diff options
author | sketch <sketch> | 2003-12-17 15:11:03 +0000 |
---|---|---|
committer | sketch <sketch> | 2003-12-17 15:11:03 +0000 |
commit | 2407eac6aba22520116834bd978baeba259a9418 (patch) | |
tree | a7713102824a22849d51703a4c2826f3a0649f17 /lang | |
parent | 98d89f9c1c992e81072f6b30b56539c0a8449f1c (diff) | |
download | pkgsrc-2407eac6aba22520116834bd978baeba259a9418.tar.gz |
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 (limited to 'lang')
-rw-r--r-- | lang/gawk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index 67314ca2386..4d7766e36c0 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -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 @@ COMMENT= GNU awk CONFLICTS= ja-gawk-[0-9]* USE_BUILDLINK2= # defined -USE_GMAKE= # defined GNU_CONFIGURE= # defined USE_PKGLOCALEDIR= # defined TEST_DIRS= ${WRKSRC} |