diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-04-12 01:03:34 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-04-12 01:03:34 +0000 |
commit | ebcf9bfb8e1056a5b0b56132729fbcf19080a6a8 (patch) | |
tree | 5ce1b85f32955391dc5aa1e4154b09b34313b184 /editors/openoffice-1.1/Makefile | |
parent | 1f8c78b3c0ff84174c27b9ccfc7c3b73b46a3d97 (diff) | |
download | ports-ebcf9bfb8e1056a5b0b56132729fbcf19080a6a8.tar.gz ports-ebcf9bfb8e1056a5b0b56132729fbcf19080a6a8.zip |
Notes
Diffstat (limited to 'editors/openoffice-1.1/Makefile')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 6d25e1b35590..4fc892370f0f 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -33,7 +33,7 @@ UNZIP?= ${PREFIX}/bin/unzip ANT?= ${LOCALBASE}/bin/ant TCSH?= /bin/tcsh -USE_GNOME= orbit gtk12 +USE_GNOME= orbit gtk12 gtk20 USE_REINPLACE= yes .include <bsd.port.pre.mk> @@ -110,7 +110,6 @@ BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk14 \ unzip:${PORTSDIR}/archivers/unzip \ gcp:${PORTSDIR}/sysutils/coreutils \ ${ANT}:${PORTSDIR}/devel/apache-ant \ - ${X11BASE}/lib/libgdk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20 \ ${X11BASE}/lib/libX11.so:${PORTSDIR}/x11/XFree86-4-libraries \ ${X11BASE}/lib/libXft.so:${PORTSDIR}/x11-fonts/libXft .if !defined(DISPLAY) |