From 4aef47125250be8baed329379e02fe9b19413dc9 Mon Sep 17 00:00:00 2001 From: steven Date: Wed, 10 Oct 2007 10:40:35 +0000 Subject: [PATCH] let this build with python 2.5 --- comms/hamlib/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index 52c79f0ece9..cf408157638 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/09/16 01:37:09 merdely Exp $ +# $OpenBSD: Makefile,v 1.4 2007/10/10 10:40:35 steven Exp $ COMMENT-main= radio/rotator control library COMMENT-python= python bindings for hamlib @@ -7,7 +7,7 @@ COMMENT-tcl= tcl bindings for hamlib VERSION= 1.2.6 DISTNAME= hamlib-${VERSION} PKGNAME-main= hamlib-${VERSION}p0 -PKGNAME-python= hamlib-python-${VERSION}p0 +PKGNAME-python= hamlib-python-${VERSION}p1 PKGNAME-tcl= hamlib-tcl-${VERSION}p0 CATEGORIES= comms hamradio @@ -43,6 +43,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/} USE_LIBTOOL= Yes CONFIGURE_STYLE= gnu +CONFIGURE_ENV= PYTHON=${MODPY_BIN} BUILD_DEPENDS= ::devel/swig