diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-10-29 01:13:24 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-10-29 01:13:24 +0800 |
commit | e15df12463503ab0540af02e66bbe48a6ed9c54c (patch) | |
tree | bcf31c1c1134eed4d9f6bab5ee5e0d85f08e8b08 /math/nlopt | |
parent | 830b886bac7f7a8a2b3b7248f339281119be7cd4 (diff) | |
download | freebsd-ports-gnome-e15df12463503ab0540af02e66bbe48a6ed9c54c.tar.gz freebsd-ports-gnome-e15df12463503ab0540af02e66bbe48a6ed9c54c.tar.zst freebsd-ports-gnome-e15df12463503ab0540af02e66bbe48a6ed9c54c.zip |
math/py-numpy: track PORTEPOCH in consumers
Diffstat (limited to 'math/nlopt')
-rw-r--r-- | math/nlopt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/nlopt/Makefile b/math/nlopt/Makefile index c1d09e1ab0fc..6727e7966b85 100644 --- a/math/nlopt/Makefile +++ b/math/nlopt/Makefile @@ -17,8 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgmp.so:math/gmp \ libguile-2.0.so:lang/guile2 BUILD_DEPENDS= swig3.0:devel/swig30 \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1:math/py-numpy -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1:math/py-numpy + ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1,1:math/py-numpy +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1,1:math/py-numpy GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared |