diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-14 03:53:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-14 03:53:02 +0000 |
commit | 0a32083951cd5767ae93fdcda3aaeb9ca14f334d (patch) | |
tree | 7feed1962a3c4bd24f5cef29e678a8bcf842a369 /misc | |
parent | b23df066891b0a3c7f5efc3da29313119cd71fd2 (diff) | |
download | pkgsrc-0a32083951cd5767ae93fdcda3aaeb9ca14f334d.tar.gz |
USE_GMAKE instead of build-dependency on gmake; drop some whitespace.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile index e4ef35c88b3..4805cd3af61 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2002/10/22 22:06:13 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2002/11/14 03:53:02 wiz Exp $ DISTNAME= openoffice-0.0.0.641 PKGREVISION= 1 @@ -40,12 +40,12 @@ LDFLAGS+= -R${GCCPREFIX}/lib .endif BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -BUILD_DEPENDS+= gmake-[0-9]*:../../devel/gmake BUILD_DEPENDS+= {standalone-tcsh,tcsh}-[0-9]*:../../shells/tcsh BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip BUILD_DEPENDS+= stlport>=4.0nb1:../../devel/stlport USE_X11= # defined +USE_GMAKE= # defined USE_JAVA= build PKG_JVMS_ACCEPTED= sun-jdk13 @@ -88,7 +88,7 @@ pre-build: checkforx do-build: ${_ULIMIT_CMD}tcsh -c "setenv DISPLAY '${DISPLAY}'; \ cd ${WRKSRC}/.. && ./bootstrap && source *.Set && dmake" - + pre-install: checkforx ${SH} -c "cd ${WRKSRC}/../instsetoo/*.pro/01/normal; \ ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \ @@ -106,7 +106,7 @@ do-install: ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \ <${FILESDIR}/soffice >${PREFIX}/bin/soffice ${CHMOD} +x ${PREFIX}/bin/soffice - + .include "../../devel/pth/buildlink.mk" .include "../../lang/perl5/buildlink.mk" .include "../../mk/java.mk" |