diff options
author | agc <agc@pkgsrc.org> | 1998-01-08 17:28:13 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-08 17:28:13 +0000 |
commit | 52fab24440ef0029a7c5241041e69fcc537f3229 (patch) | |
tree | 4dea7e225398192a2749351dde066e3459636a50 /audio/tracker/Makefile | |
parent | b3da006920acd724fb1b02795243030fe5472823 (diff) | |
download | pkgsrc-52fab24440ef0029a7c5241041e69fcc537f3229.tar.gz |
Delete USE_GMAKE - native make works fine.
As pointed out by Charles Hannum.
Diffstat (limited to 'audio/tracker/Makefile')
-rw-r--r-- | audio/tracker/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile index 1359ebd3ac6..6bea814549d 100644 --- a/audio/tracker/Makefile +++ b/audio/tracker/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Oct 1994 # Whom: swallace # -# $NetBSD: Makefile,v 1.2 1997/10/30 00:15:01 augustss Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/08 17:28:13 agc Exp $ # FreeBSD Id: Makefile,v 1.29 1996/12/20 23:46:22 ache Exp # @@ -18,7 +18,6 @@ MAINTAINER= ache@FreeBSD.ORG RESTRICTED= "Non-redistributable beta" WRKSRC= ${WRKDIR}/tracker -USE_GMAKE= yes MAKE_FLAGS= MACHINE=netbsd CC=$(CC) INSTALL="$(INSTALL)" \ INST_BIN_OPT="-c -s -m $(BINMODE) -o $(BINOWN) -g $(BINGRP)" \ INST_MAN_OPT="-c -m 644 -o $(BINOWN) -g $(BINGRP)" \ |