summaryrefslogtreecommitdiffstats
path: root/lang/newlisp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/newlisp/Makefile')
-rw-r--r--lang/newlisp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile
index 5f541ab..2076ec2 100644
--- a/lang/newlisp/Makefile
+++ b/lang/newlisp/Makefile
@@ -11,7 +11,7 @@ COMMENT= LISP like scripting language
LICENSE= GPLv3
-LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi
+LIB_DEPENDS= libffi.so:devel/libffi
CONFLICTS= newlisp-devel-[0-9]*
@@ -46,7 +46,7 @@ CFLAGS+= -DNEWLISP64
.endif
.if ${PORT_OPTIONS:MGSL}
-LIB_DEPENDS+= libgsl.so:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= libgsl.so:math/gsl
MODULES+= gsl
.endif
OpenPOWER on IntegriCloud