summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsalo <salo>2003-12-02 21:57:26 +0000
committersalo <salo>2003-12-02 21:57:26 +0000
commitd7169cf2477710268fb408bfd4906c7e32a210a8 (patch)
tree5985e0505977df7800ca5095316dfaa0dc2894ab /devel
parentf9c20df47df1b8b036b27821aae087a5ce8c6f75 (diff)
downloadpkgsrc-d7169cf2477710268fb408bfd4906c7e32a210a8.tar.gz
Add math to CATEGORIES.
Style nits.
Diffstat (limited to 'devel')
-rw-r--r--devel/gmp/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/gmp/Makefile b/devel/gmp/Makefile
index 64a29960647..9fecb702456 100644
--- a/devel/gmp/Makefile
+++ b/devel/gmp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2003/10/28 22:33:57 kristerw Exp $
+# $NetBSD: Makefile,v 1.24 2003/12/02 21:57:26 salo Exp $
#
DISTNAME= gmp-4.1.2
-CATEGORIES= devel
+CATEGORIES= devel math
MASTER_SITES= ${MASTER_SITE_GNU:=gmp/}
MAINTAINER= hubertf@NetBSD.org
@@ -11,12 +11,14 @@ COMMENT= Library for arbitrary precision arithmetic
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-USE_GCC_SHLIB= # defined
-USE_GNU_TOOLS+= m4
-CONFIGURE_ARGS+= --enable-cxx --without-readline
+USE_GCC_SHLIB= YES
USE_LIBTOOL= YES
+USE_GNU_TOOLS+= m4
+
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+CONFIGURE_ARGS+= --enable-cxx --without-readline
+
INFO_FILES= gmp.info
TEST_TARGET= check