diff options
author | grant <grant@pkgsrc.org> | 2004-01-22 07:14:59 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-22 07:14:59 +0000 |
commit | 99f9bd5a6bc52202179a324f1badd82f9d013465 (patch) | |
tree | caada37ccae5771519b4407e2428e17c4e682e44 /cad/geda-symbols | |
parent | 27872777afd4bb203d4c46fc95979442f707b049 (diff) | |
download | pkgsrc-99f9bd5a6bc52202179a324f1badd82f9d013465.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'cad/geda-symbols')
-rw-r--r-- | cad/geda-symbols/Makefile | 5 |
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" |