diff options
Diffstat (limited to 'editors/openoffice.org-1.1-devel/Makefile')
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index 059b5d1a5390..fc6784dcd5a8 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= openoffice.org PORTVERSION= 1.1.5.${SNAPDATE} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= editors MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/1.1/ \ http://openoffice.lunarshells.com/sources/1.1/ \ @@ -31,7 +31,6 @@ DISTFILES+= ${MOZILLA_PROJECT} ${MOZILLA_SOURCE} USE_GNOME+= orbit .endif -USE_XLIB= yes USE_PERL5= yes USE_BISON= build USE_GMAKE= yes @@ -115,7 +114,7 @@ CONFIGURE_ENV+= CC="${OOOCC}" CXX="${OOOCXX}" \ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ gcp:${PORTSDIR}/sysutils/coreutils \ - imake:${X_IMAKE_PORT} + imake:${PORTSDIR}/devel/imake #.if defined(WITHOUT_JAVA) #LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt #.endif |