diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 15:06:57 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 15:06:57 +0000 |
commit | 60ad86155b401a01e64b933035cd952dee4f3481 (patch) | |
tree | 3cd09fed8b4ddae19ad530e63e3f9339164f048a /sysutils/xosview | |
parent | b833e26d8aa703b7c73b02d9de6cedf56c66bc0c (diff) | |
download | pkgsrc-60ad86155b401a01e64b933035cd952dee4f3481.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'sysutils/xosview')
-rw-r--r-- | sysutils/xosview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index e3782104322..d0a84cda4c0 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2004/01/05 12:48:30 jlam Exp $ +# $NetBSD: Makefile,v 1.48 2004/01/24 15:06:58 grant Exp $ DISTNAME= xosview-1.8.1 CATEGORIES= sysutils @@ -29,7 +29,7 @@ UVM= # defined BUILD_DEFS= UVM . endif .elif ${OPSYS} == "SunOS" -USE_GMAKE= YES +USE_GNU_TOOLS+= make BUILD_DEPENDS+= egcs-1.1.2:../../lang/egcs CXX= ${LOCALBASE}/egcs/bin/g++ CPPFLAGS+= -I${X11BASE}/include |