diff options
Diffstat (limited to 'comms/wspr/Makefile')
-rw-r--r-- | comms/wspr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 \ |