diff options
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) |