diff options
author | maho <maho@FreeBSD.org> | 2004-04-12 09:03:34 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-04-12 09:03:34 +0800 |
commit | 91ff046085207e252324df26da8410b8e653d7aa (patch) | |
tree | a02f1c539e6c27a73f5033ee7aa572b84af64e8a /editors | |
parent | 930d890a7e14ea40af3c3f3a9fe558f5afa337d5 (diff) | |
download | freebsd-ports-gnome-91ff046085207e252324df26da8410b8e653d7aa.tar.gz freebsd-ports-gnome-91ff046085207e252324df26da8410b8e653d7aa.tar.zst freebsd-ports-gnome-91ff046085207e252324df26da8410b8e653d7aa.zip |
Make (more) use of USE_GNOME
Submitted by: adamw
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice-1.1/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index af99dfff9390..cdd8e2897114 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -29,7 +29,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> @@ -107,7 +107,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) 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) diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index af99dfff9390..cdd8e2897114 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -29,7 +29,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> @@ -107,7 +107,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) diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index 6d25e1b35590..4fc892370f0f 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-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) |