diff options
author | agc <agc@pkgsrc.org> | 1998-01-08 17:11:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-08 17:11:15 +0000 |
commit | b3da006920acd724fb1b02795243030fe5472823 (patch) | |
tree | 54cb17dd7f71f93bbcb8c9fe8418274f36533335 /audio | |
parent | ec4863b94305dbc14d0803631773a6fa640fdf19 (diff) | |
download | pkgsrc-b3da006920acd724fb1b02795243030fe5472823.tar.gz |
Delete USE_GMAKE, which is not necessary - native make works fine.
As pointed out by Charles Hannum.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/amp/Makefile b/audio/amp/Makefile index bf07652a0c1..64beee7c508 100644 --- a/audio/amp/Makefile +++ b/audio/amp/Makefile @@ -3,7 +3,7 @@ # Date created: Jun 23 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $NetBSD: Makefile,v 1.2 1997/10/28 23:41:14 augustss Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/08 17:11:15 agc Exp $ # FreeBSD Id: Makefile,v 1.2 1997/09/03 08:35:30 max Exp # @@ -16,7 +16,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= vanilla@MinJe.com.TW GNU_CONFIGURE= yes -USE_GMAKE= yes MAN1= amp.1 |