diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-11 21:00:07 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-11 21:00:07 +0000 |
commit | d91c5097fb9a8be886538a288fcb9fcf042d7ed5 (patch) | |
tree | 9abc958a51d04fbacbdc2623b71af27d23f639b2 /comms | |
parent | 12893866b865c5991b50437cc541fccde690675b (diff) | |
download | ports-d91c5097fb9a8be886538a288fcb9fcf042d7ed5.tar.gz ports-d91c5097fb9a8be886538a288fcb9fcf042d7ed5.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/wsjt/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index 9e40a67bf631..63bb92a3917c 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -21,15 +21,13 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/scipy:${PORTSDIR}/science/py-scipy \ ${PYNUMPY} ALL_TARGET= build -USES= fortran gmake tar:bzip2 +USES= fortran gmake python tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gfortran --prefix=${LOCALBASE} \ --with-portaudio-include-dir=${LOCALBASE}/include/portaudio2 \ --with-portaudio-lib-dir=${LOCALBASE}/lib/portaudio2 -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -USE_PYTHON= yes -USE_AUTOTOOLS= libtool +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \ VERSION=${VERSION} |