- Remove USE_AUTOTOOLS=libtool
- Convert to USES=python
This commit is contained in:
parent
12893866b8
commit
d91c5097fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367982
1 changed files with 3 additions and 5 deletions
|
@ -21,15 +21,13 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/scipy:${PORTSDIR}/science/py-scipy \
|
||||||
${PYNUMPY}
|
${PYNUMPY}
|
||||||
|
|
||||||
ALL_TARGET= build
|
ALL_TARGET= build
|
||||||
USES= fortran gmake tar:bzip2
|
USES= fortran gmake python tar:bzip2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --enable-gfortran --prefix=${LOCALBASE} \
|
CONFIGURE_ARGS= --enable-gfortran --prefix=${LOCALBASE} \
|
||||||
--with-portaudio-include-dir=${LOCALBASE}/include/portaudio2 \
|
--with-portaudio-include-dir=${LOCALBASE}/include/portaudio2 \
|
||||||
--with-portaudio-lib-dir=${LOCALBASE}/lib/portaudio2
|
--with-portaudio-lib-dir=${LOCALBASE}/lib/portaudio2
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LIBS+= -L${LOCALBASE}/lib
|
||||||
USE_PYTHON= yes
|
|
||||||
USE_AUTOTOOLS= libtool
|
|
||||||
PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \
|
PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \
|
||||||
VERSION=${VERSION}
|
VERSION=${VERSION}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue