diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 15:14:57 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 15:14:57 +0000 |
commit | 2f31f6488fc45cfcb998f900f0bb0e7987a6b06e (patch) | |
tree | b61b1965e672cbfbc413084d564e65454bf0286a /math/nlopt | |
parent | f84bddd9c2463df378b01403cde0d0433c25b7dd (diff) |
Notes
Diffstat (limited to 'math/nlopt')
-rw-r--r-- | math/nlopt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/nlopt/Makefile b/math/nlopt/Makefile index cf0c78faf9f3..0640008746f7 100644 --- a/math/nlopt/Makefile +++ b/math/nlopt/Makefile @@ -20,12 +20,12 @@ BUILD_DEPENDS= swig3.0:${PORTSDIR}/devel/swig30 \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1:${PORTSDIR}/math/py-numpy RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1:${PORTSDIR}/math/py-numpy +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= SWIG="${LOCALBASE}/bin/swig3.0" USES= autoreconf compiler:features libtool pathfix \ pkgconfig python:2 -USE_AUTOTOOLS= libtoolize USE_LDCONFIG= yes PATHFIX_MAKEFILEIN= Makefile.am |