diff options
author | salo <salo@pkgsrc.org> | 2003-12-02 21:57:26 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-12-02 21:57:26 +0000 |
commit | 82caa486053aab92e0f144434ec0af72db04c70f (patch) | |
tree | 5985e0505977df7800ca5095316dfaa0dc2894ab /devel/gmp/Makefile | |
parent | 29507aa35cd205a689d314c0163601a5a4648d2e (diff) | |
download | pkgsrc-82caa486053aab92e0f144434ec0af72db04c70f.tar.gz |
Add math to CATEGORIES.
Style nits.
Diffstat (limited to 'devel/gmp/Makefile')
-rw-r--r-- | devel/gmp/Makefile | 12 |
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 |