svn commit: r367982 - head/comms/wsjt
Tijl Coosemans
tijl at FreeBSD.org
Thu Sep 11 21:00:08 UTC 2014
Author: tijl
Date: Thu Sep 11 21:00:07 2014
New Revision: 367982
URL: http://svnweb.freebsd.org/changeset/ports/367982
QAT: https://qat.redports.org/buildarchive/r367982/
Log:
- Remove USE_AUTOTOOLS=libtool
- Convert to USES=python
Modified:
head/comms/wsjt/Makefile
Modified: head/comms/wsjt/Makefile
==============================================================================
--- head/comms/wsjt/Makefile Thu Sep 11 20:59:46 2014 (r367981)
+++ head/comms/wsjt/Makefile Thu Sep 11 21:00:07 2014 (r367982)
@@ -21,15 +21,13 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/scip
${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}
More information about the svn-ports-all
mailing list