diff options
author | grant <grant> | 2004-01-24 14:11:09 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-24 14:11:09 +0000 |
commit | f39fa89f8da1402927ebd5c373a3c0b9ca9b24ff (patch) | |
tree | c958efacae31d0663094f85f98be04a49ce4e210 /misc/openoffice | |
parent | e1b82d0b390d5fa4b58858befe97e1b21fd83676 (diff) | |
download | pkgsrc-f39fa89f8da1402927ebd5c373a3c0b9ca9b24ff.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'misc/openoffice')
-rw-r--r-- | misc/openoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile index aae7a0cd163..91d9b2d72fb 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2004/01/22 08:57:03 grant Exp $ +# $NetBSD: Makefile,v 1.44 2004/01/24 14:11:10 grant Exp $ DISTNAME= openoffice-0.0.0.641 PKGREVISION= 2 @@ -29,7 +29,7 @@ BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip BUILD_DEPENDS+= stlport>=4.0nb1:../../devel/stlport USE_X11= # defined -USE_GMAKE= # defined +USE_GNU_TOOLS+= make PKG_JVMS_ACCEPTED= sun-jdk13 CONFLICTS+= staroffice-[0-9]* |