summaryrefslogtreecommitdiff
path: root/math/cln/Makefile
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-11-20 05:40:27 +0000
committersbd <sbd@pkgsrc.org>2011-11-20 05:40:27 +0000
commit1505080b4b7b2a94f78b142e82b775e53537d701 (patch)
tree3d43464d6be67b4b1251f62ebdbe4a564f9582d9 /math/cln/Makefile
parentaab82b8795249011120bab950ad0d6deb539dc3d (diff)
downloadpkgsrc-1505080b4b7b2a94f78b142e82b775e53537d701.tar.gz
Add missing devel/gmp buildlink.
Gmp is listed as a prerequisite in the INSTALL file. Bump PKGREVISION
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"