pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gmp use tools.mk for GNU m4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a868318ceb18
branches:  trunk
changeset: 462179:a868318ceb18
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Sep 27 15:09:05 2003 +0000

description:
use tools.mk for GNU m4.

move a line for clarity.

diffstat:

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

diffs (29 lines):

diff -r 6e9e8f600fbb -r a868318ceb18 devel/gmp/Makefile
--- a/devel/gmp/Makefile        Sat Sep 27 14:53:46 2003 +0000
+++ b/devel/gmp/Makefile        Sat Sep 27 15:09:05 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/09/17 16:24:37 grant Exp $
+# $NetBSD: Makefile,v 1.22 2003/09/27 15:09:05 grant Exp $
 #
 
 DISTNAME=              gmp-4.1.2
@@ -9,17 +9,15 @@
 HOMEPAGE=              http://www.gnu.org/software/gmp/gmp.html
 COMMENT=               Library for arbitrary precision arithmetic
 
-BUILD_DEPENDS+=                m4>=1.4:../../devel/m4
-
 USE_BUILDLINK2=                YES
 GNU_CONFIGURE=         YES
+USE_GCC_SHLIB=         # defined
+USE_GNU_TOOLS+=                m4
 CONFIGURE_ARGS+=       --enable-cxx --without-readline
 USE_LIBTOOL=           YES
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
-USE_GCC_SHLIB=         # defined
 
 INFO_FILES=            gmp.info
-M4=                    ${PREFIX}/bin/gm4
 
 TEST_TARGET=           check
 



Home | Main Index | Thread Index | Old Index