aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-02-17 01:15:31 +0800
committerTijl Coosemans <tijl@FreeBSD.org>2014-02-17 01:15:31 +0800
commit564a799c7173c288d4d3a9be78ac3d2db983d512 (patch)
tree49e521faa408bc4bd163bfb0febf91e262772c1c /comms
parentaf1790bfbbcd5831281907db9c04f3776b8d601c (diff)
downloadfreebsd-ports-gnome-564a799c7173c288d4d3a9be78ac3d2db983d512.tar.gz
freebsd-ports-gnome-564a799c7173c288d4d3a9be78ac3d2db983d512.tar.zst
freebsd-ports-gnome-564a799c7173c288d4d3a9be78ac3d2db983d512.zip
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery)
Diffstat (limited to 'comms')
-rw-r--r--comms/wsjt/Makefile3
-rw-r--r--comms/wspr/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile
index 2879c9fc5da3..351e7a720a71 100644
--- a/comms/wsjt/Makefile
+++ b/comms/wsjt/Makefile
@@ -22,9 +22,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/scipy:${PORTSDIR}/science/py-scipy \
${PYNUMPY}
ALL_TARGET= build
+USES= fortran gmake
USE_BZIP2= yes
-USE_GMAKE= yes
-USE_FORTRAN= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-gfortran --prefix=${LOCALBASE} \
--with-portaudio-include-dir=${LOCALBASE}/include/portaudio2 \
diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile
index 802e63be685e..a7c37fd9d0c9 100644
--- a/comms/wspr/Makefile
+++ b/comms/wspr/Makefile
@@ -21,10 +21,9 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/scipy:${PORTSDIR}/science/py-scipy \
${LOCALBASE}/lib/portaudio2/libportaudio.so:${PORTSDIR}/audio/portaudio2 \
${PYNUMPY}
+USES= fortran gmake
USE_BZIP2= yes
ALL_TARGET= build
-USE_GMAKE= yes
-USE_FORTRAN= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-gfortran --prefix=${LOCALBASE} \
--with-portaudio-include-dir=${LOCALBASE}/include/portaudio2 \