diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
commit | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /lang/newlisp-devel/Makefile | |
parent | Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412347
Diffstat (limited to 'lang/newlisp-devel/Makefile')
-rw-r--r-- | lang/newlisp-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/newlisp-devel/Makefile b/lang/newlisp-devel/Makefile index 11037f732342..fdba90726ec7 100644 --- a/lang/newlisp-devel/Makefile +++ b/lang/newlisp-devel/Makefile @@ -12,7 +12,7 @@ COMMENT= LISP like scripting language LICENSE= GPLv3 -LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi +LIB_DEPENDS= libffi.so:devel/libffi CONFLICTS= newlisp-[0-9]* @@ -45,7 +45,7 @@ CFLAGS+= -DNEWLISP64 .endif .if ${PORT_OPTIONS:MGMP} -LIB_DEPENDS+= libgmp.so:${PORTSDIR}/math/gmp +LIB_DEPENDS+= libgmp.so:math/gmp MODULES+= gmp PLIST_SUB+= GMP="" .else @@ -53,7 +53,7 @@ PLIST_SUB+= GMP="@comment " .endif .if ${PORT_OPTIONS:MGSL} -LIB_DEPENDS+= libgsl.so:${PORTSDIR}/math/gsl +LIB_DEPENDS+= libgsl.so:math/gsl MODULES+= gsl PLIST_SUB+= GSL="" .else |