1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Remove dependency on obsolete python 3.3

This commit is contained in:
Antoine Brodin 2017-03-12 20:37:29 +00:00
parent 8632f7c99c
commit 8be0a23997
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436026

View File

@ -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} \