Date: Thu, 11 Sep 2014 21:00:08 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367982 - head/comms/wsjt Message-ID: <201409112100.s8BL08Xd052024@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409112100.s8BL08Xd052024>