pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gawk Remove the dependancy on GNU make, which sho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0ea322d7def
branches:  trunk
changeset: 464897:d0ea322d7def
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Wed Dec 17 15:11:03 2003 +0000

description:
Remove the dependancy on GNU make, which should be unnecessary.  This
package would previously fail to build if devel/gmake wasn't already
installed due to the circular dependancy prevention logic in tools.mk

diffstat:

 lang/gawk/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 635da9db786b -r d0ea322d7def lang/gawk/Makefile
--- a/lang/gawk/Makefile        Wed Dec 17 14:59:16 2003 +0000
+++ b/lang/gawk/Makefile        Wed Dec 17 15:11:03 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2003/10/06 06:57:40 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2003/12/17 15:11:03 sketch Exp $
 #
 
 DISTNAME=      gawk-3.1.3
@@ -13,7 +13,6 @@
 CONFLICTS=     ja-gawk-[0-9]*
 
 USE_BUILDLINK2=                # defined
-USE_GMAKE=             # defined
 GNU_CONFIGURE=         # defined
 USE_PKGLOCALEDIR=      # defined
 TEST_DIRS=             ${WRKSRC}



Home | Main Index | Thread Index | Old Index