summaryrefslogtreecommitdiff
path: root/lang/newlisp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/newlisp/Makefile')
-rw-r--r--lang/newlisp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile
index 79c03ffc9a14..5c731cbe513e 100644
--- a/lang/newlisp/Makefile
+++ b/lang/newlisp/Makefile
@@ -45,7 +45,7 @@ IGNORE= you should select only one MySQL version
.endif
.if defined(WITH_GMP)
-LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4
MODULES+= gmp
PLIST_SUB+= GMP=""
.else