diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 07:25:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 07:25:54 +0800 |
commit | fe3982789478ed3954aa94c705d2fd443911d0cc (patch) | |
tree | 5ca6a75876b97c15528c56ad788f3aa8f7019845 /comms/wsjt | |
parent | 7651a5eff215d4b029d10932baa8135350914e2c (diff) | |
download | freebsd-ports-gnome-fe3982789478ed3954aa94c705d2fd443911d0cc.tar.gz freebsd-ports-gnome-fe3982789478ed3954aa94c705d2fd443911d0cc.tar.zst freebsd-ports-gnome-fe3982789478ed3954aa94c705d2fd443911d0cc.zip |
- Move over to python2.5 or higher
- While here kick md5
Diffstat (limited to 'comms/wsjt')
-rw-r--r-- | comms/wsjt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index a7fb9f130a08..d3ba4d8cf8c6 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -7,7 +7,7 @@ PORTNAME= wsjt PORTVERSION= 7.04 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= db @@ -33,7 +33,7 @@ CONFIGURE_ARGS= --enable-gfortran --prefix=${LOCALBASE} \ --with-portaudio-lib-dir=${LOCALBASE}/lib/portaudio2 CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_AUTOTOOLS= libtool PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \ PORTVERSION=${PORTVERSION} |