diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 62db3fa63ab35a5866c4d2878dd50ff319f03aeb (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /math/numdiff | |
parent | e7be74e86b4aed494a5f9633e9661918a14a0e04 (diff) | |
download | FreeBSD-ports-62db3fa63ab35a5866c4d2878dd50ff319f03aeb.zip FreeBSD-ports-62db3fa63ab35a5866c4d2878dd50ff319f03aeb.tar.gz |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'math/numdiff')
-rw-r--r-- | math/numdiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/numdiff/Makefile b/math/numdiff/Makefile index 11b1715..bf221bb 100644 --- a/math/numdiff/Makefile +++ b/math/numdiff/Makefile @@ -26,7 +26,7 @@ OPTIONS_DEFINE= DOCS GMP NLS OPTIONS_DEFAULT= GMP OPTIONS_SUB= yes -GMP_LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp +GMP_LIB_DEPENDS= libgmp.so:math/gmp GMP_CONFIGURE_ENABLE= gmp NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls |