aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-03-13 04:37:29 +0800
committerantoine <antoine@FreeBSD.org>2017-03-13 04:37:29 +0800
commit930301d3ed3d3739c32ac7164eda973e7c55581b (patch)
tree1a1099f6c619578d76e04b06b2113e3837f072ed /comms
parentb7f9303b9d6f9640799dd5b71174310e8847d602 (diff)
downloadfreebsd-ports-gnome-930301d3ed3d3739c32ac7164eda973e7c55581b.tar.gz
freebsd-ports-gnome-930301d3ed3d3739c32ac7164eda973e7c55581b.tar.zst
freebsd-ports-gnome-930301d3ed3d3739c32ac7164eda973e7c55581b.zip
Remove dependency on obsolete python 3.3
Diffstat (limited to 'comms')
-rw-r--r--comms/wspr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile
index 14cb7eb0eb4f..1853862929b1 100644
--- a/comms/wspr/Makefile
+++ b/comms/wspr/Makefile
@@ -2,7 +2,7 @@
PORTNAME= wspr
DISTVERSION= ${VERSION}.r${SVN_REV}
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= comms hamradio
MASTER_SITES= LOCAL/db
DISTNAME= wspr-r${SVN_REV}
@@ -22,7 +22,7 @@ LIB_DEPENDS= libhamlib.so:comms/hamlib \
libportaudio.so:audio/portaudio
MAKE_JOBS_UNSAFE= yes
-USES= autoreconf dos2unix fortran gmake libtool python:3.3 tar:bzip2
+USES= autoreconf dos2unix fortran gmake libtool python:3.3+ tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gfortran=${FC} \
--with-f2py=f2py-${PYTHON_VER} \