diff options
author | anholt <anholt@FreeBSD.org> | 2004-05-30 06:15:02 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-05-30 06:15:02 +0800 |
commit | 2893ad26180b880aead7df57e0620944010c658f (patch) | |
tree | 33101b31fb9a4943fb141abdbe63032180c11e31 /editors/openoffice.org-2.0 | |
parent | d22a230ee290a1ca00ddeb98ce4a0a1af688e9f0 (diff) | |
download | freebsd-ports-gnome-2893ad26180b880aead7df57e0620944010c658f.tar.gz freebsd-ports-gnome-2893ad26180b880aead7df57e0620944010c658f.tar.zst freebsd-ports-gnome-2893ad26180b880aead7df57e0620944010c658f.zip |
No need for explicit XFree86-4-libraries dependencies when you've got
LIB_DEPENDS on gtk, among others.
Diffstat (limited to 'editors/openoffice.org-2.0')
-rw-r--r-- | editors/openoffice.org-2.0/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile index 9ac75ed348bf..d47c500c2e52 100644 --- a/editors/openoffice.org-2.0/Makefile +++ b/editors/openoffice.org-2.0/Makefile @@ -60,7 +60,6 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant BUILD_DEPENDS+= ${X11BASE}/lib/libgdk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20 -BUILD_DEPENDS+= ${X11BASE}/lib/libX11.so:${PORTSDIR}/x11/XFree86-4-libraries BUILD_DEPENDS+= ${X11BASE}/lib/libXft.so:${PORTSDIR}/x11-fonts/libXft .if !defined(DISPLAY) BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/XFree86-4-VirtualFramebufferServer |