summaryrefslogtreecommitdiff
path: root/cad/geda-symbols
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-22 07:14:59 +0000
committergrant <grant@pkgsrc.org>2004-01-22 07:14:59 +0000
commited16993a08da1dec4798355b1487c8b7f0022d6a (patch)
treecaada37ccae5771519b4407e2428e17c4e682e44 /cad/geda-symbols
parent25d39bca1d5c4ff9310086d649e3043a8a7a73c6 (diff)
downloadpkgsrc-ed16993a08da1dec4798355b1487c8b7f0022d6a.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'cad/geda-symbols')
-rw-r--r--cad/geda-symbols/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/geda-symbols/Makefile b/cad/geda-symbols/Makefile
index 0af0f073406..8c5912e2a1e 100644
--- a/cad/geda-symbols/Makefile
+++ b/cad/geda-symbols/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/10/29 23:14:22 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.14 2004/01/22 07:21:54 grant Exp $
#
DISTNAME= geda-symbols-${PKGVERSION}
@@ -18,7 +18,6 @@ DIST_SUBDIR= geda
PKGVERSION= 20030901
GNU_CONFIGURE= YES
-USE_GMAKE= YES
-USE_GNU_TOOLS+= sed
+USE_GNU_TOOLS+= make sed
.include "../../mk/bsd.pkg.mk"