diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-29 22:15:02 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-29 22:15:02 +0000 |
commit | ae67bcb2150735d72aeec60151802666bf44fd93 (patch) | |
tree | b125ebbe8cb614735702458435add6969036882c /editors/openoffice.org-2-RC | |
parent | Add oglext 1.0.2, a library for easier access to OpenGL extensions. (diff) |
No need for explicit XFree86-4-libraries dependencies when you've got
LIB_DEPENDS on gtk, among others.
Notes
Notes:
svn path=/head/; revision=110326
Diffstat (limited to 'editors/openoffice.org-2-RC')
-rw-r--r-- | editors/openoffice.org-2-RC/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile index 9ac75ed348bf..d47c500c2e52 100644 --- a/editors/openoffice.org-2-RC/Makefile +++ b/editors/openoffice.org-2-RC/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 |