diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 14:50:05 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 14:50:05 +0000 |
commit | 6eab5759a33d34bb9a21b8e7178ad5374bbda089 (patch) | |
tree | c90baa35ff63b597274e6b68d99b6f5459d430a4 /print/gv/Makefile | |
parent | 57891cda0a771da389c93a6cf10948c39b8a99ce (diff) | |
download | pkgsrc-6eab5759a33d34bb9a21b8e7178ad5374bbda089.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'print/gv/Makefile')
-rw-r--r-- | print/gv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index 7aae8f037f4..0f6e076fd19 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2003/07/17 22:52:29 grant Exp $ +# $NetBSD: Makefile,v 1.41 2004/01/24 14:58:00 grant Exp $ # FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp # @@ -20,7 +20,7 @@ IMAKEOPTS+= -DCONVERT_INCLUDE_DIRECTIVES .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Linux" -USE_GMAKE= YES +USE_GNU_TOOLS+= make .elif ${OPSYS} == "IRIX" && !empty(ABI) # Hack to put the correct path first -- otherwise, buildlink will first try to link X11BASE/lib . if ${ABI} == "64" |