summaryrefslogtreecommitdiff
path: root/math/cln/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/cln/Makefile')
-rw-r--r--math/cln/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile
index 8567867ac32..2e785c8f789 100644
--- a/math/cln/Makefile
+++ b/math/cln/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2011/05/18 10:08:27 drochner Exp $
+# $NetBSD: Makefile,v 1.21 2011/11/20 05:40:27 sbd Exp $
DISTNAME= cln-1.3.2
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.ginac.de/CLN/ \
ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
@@ -20,4 +21,5 @@ GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= cln.pc.in
INFO_FILES= yes
+.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"