pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gmp Add math to CATEGORIES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e62a9e12790c
branches:  trunk
changeset: 463910:e62a9e12790c
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Dec 02 21:57:26 2003 +0000

description:
Add math to CATEGORIES.
Style nits.

diffstat:

 devel/gmp/Makefile |  12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 63268951c85b -r e62a9e12790c devel/gmp/Makefile
--- a/devel/gmp/Makefile        Tue Dec 02 20:13:38 2003 +0000
+++ b/devel/gmp/Makefile        Tue Dec 02 21:57:26 2003 +0000
@@ -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@localhost
@@ -11,11 +11,13 @@
 
 USE_BUILDLINK2=                YES
 GNU_CONFIGURE=         YES
-USE_GCC_SHLIB=         # defined
+USE_GCC_SHLIB=         YES
+USE_LIBTOOL=           YES
 USE_GNU_TOOLS+=                m4
+
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
+
 CONFIGURE_ARGS+=       --enable-cxx --without-readline
-USE_LIBTOOL=           YES
-LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
 INFO_FILES=            gmp.info
 



Home | Main Index | Thread Index | Old Index