diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-04 20:21:17 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-04 20:21:17 +0800 |
commit | 39b4e99ee903f83df05456b270888611b995a736 (patch) | |
tree | 8b83990fc56f8b02870131eaded4166a11053100 /editors/openoffice | |
parent | a90f2150ef61fdb22765c0a366341f8ea1be9487 (diff) | |
download | freebsd-ports-graphics-39b4e99ee903f83df05456b270888611b995a736.tar.gz freebsd-ports-graphics-39b4e99ee903f83df05456b270888611b995a736.tar.zst freebsd-ports-graphics-39b4e99ee903f83df05456b270888611b995a736.zip |
Remove stupid -USE_XLIB dependency. Make this a build dependency.
This should fix the pkg_install, which asks for Freetype (which is
already included in OO anyway, and for imake.) pkg_install works
now again without -f
Bump the port revision, to allow to build new packages.
Diffstat (limited to 'editors/openoffice')
-rw-r--r-- | editors/openoffice/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index eca356ee6aa..f08eaec2910 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -7,7 +7,7 @@ PORTNAME= openoffice PORTVERSION= 1.0.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES+= editors MASTER_SITES+= http://sf1.mirror.openoffice.org/${PORTVERSION}/ \ ftp://ftp.cs.man.ac.uk/pub/toby/gpc/ \ @@ -102,13 +102,12 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk13 -BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake-4 +BUILD_DEPENDS+= X11.6:${PORTSDIR}/x11/XFree86-4-libraries .if !defined(DISPLAY) BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/XFree86-4-VirtualFramebufferServer .endif USE_PERL5= yes -USE_XLIB= yes USE_BZIP2= yes USE_BISON= yes USE_GMAKE= yes |