diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-12 20:37:29 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-12 20:37:29 +0000 |
commit | 8be0a2399702a778124dc596ffe35f985b5d91d4 (patch) | |
tree | 1a1099f6c619578d76e04b06b2113e3837f072ed /comms/wspr | |
parent | 8632f7c99cf61f82e4db9c8fe85ceb5c3cc67474 (diff) |
Notes
Diffstat (limited to 'comms/wspr')
-rw-r--r-- | comms/wspr/Makefile | 4 |
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} \ |