diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-03-11 10:00:41 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-03-11 10:00:41 +0000 |
commit | a7dc5308abdd6b3293fce40817274ee5883b92d0 (patch) | |
tree | 1709eab5f9bdc36619add36fd8a9a00b56a56422 /editors/openoffice-1.1-devel/Makefile | |
parent | 1d64f52154e1ea42b20a5e4288392f6be1011a04 (diff) | |
download | ports-a7dc5308abdd6b3293fce40817274ee5883b92d0.tar.gz ports-a7dc5308abdd6b3293fce40817274ee5883b92d0.zip |
Notes
Diffstat (limited to 'editors/openoffice-1.1-devel/Makefile')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index 61aba921aafe..b08f3360f6b0 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -32,8 +32,6 @@ UNZIP?= ${PREFIX}/bin/unzip ANT?= ${LOCALBASE}/bin/ant TCSH?= /bin/tcsh -IGNORE= "Work In Progress for 1.1.1" - USE_GNOME= orbit gtk12 .include <bsd.port.pre.mk> @@ -107,13 +105,13 @@ COMMENT= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser # The JDK dependency needs to be at the first place, so all # following dependencies use the same JDK. # -BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk14 -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/Xft +BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk14 \ + zip:${PORTSDIR}/archivers/zip \ + unzip:${PORTSDIR}/archivers/unzip \ + ${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/Xft .if !defined(DISPLAY) BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/XFree86-4-VirtualFramebufferServer .endif @@ -385,9 +383,6 @@ post-patch: done; \ fi; .endif - @${ECHO_MSG} "===> Find old malloc.h defines and fix them in ${PKGNAME} source" - @${FIND} ${WRKSRC}/.. | ${EGREP} "\.(cxx|h|c)$$" | ${XARGS} \ - ${PERL} -pi -e "s|<malloc.h>|<stdlib.h>|g" fix-kdewrappers: # @${PERL} -pi -e 's|"Exec", "\\"\<progpath\>/program/|"Exec", "\\"${PREFIX}/bin/openoffice_${RELEASE_NR}-|' \ |