summaryrefslogtreecommitdiff
path: root/audio/streamtuner
diff options
context:
space:
mode:
authorgrant <grant>2004-01-22 07:14:59 +0000
committergrant <grant>2004-01-22 07:14:59 +0000
commit8ad38ecd1c17771f2a3f5875cbd50b4efb4314a2 (patch)
treecaada37ccae5771519b4407e2428e17c4e682e44 /audio/streamtuner
parent7e31c020abc5f1fced7b29f9f2ebe3803e4363b1 (diff)
downloadpkgsrc-8ad38ecd1c17771f2a3f5875cbd50b4efb4314a2.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'audio/streamtuner')
-rw-r--r--audio/streamtuner/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile
index 2438e594d95..f62ad5ab39b 100644
--- a/audio/streamtuner/Makefile
+++ b/audio/streamtuner/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/03 18:49:34 reed Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/22 07:15:01 grant Exp $
#
DISTNAME= streamtuner-${DIST_VER}
@@ -14,7 +14,7 @@ DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs
BUILD_USES_MSGFMT= yes
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_X11= yes