diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-07-10 03:08:36 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-07-10 03:08:36 +0000 |
commit | 1d0ec0691261d7128ac776cccd896166511380fb (patch) | |
tree | 335ab27b224c33deb2e2e64f4fe6591968c9f978 /editors | |
parent | 1aae2fb257db1e34d6fd02902d1b1ed910021ba9 (diff) | |
download | ports-1d0ec0691261d7128ac776cccd896166511380fb.tar.gz ports-1d0ec0691261d7128ac776cccd896166511380fb.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 8 | ||||
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index 4e7b05f6b731..08d7ab1b5fc8 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -35,7 +35,6 @@ USE_GNOME= orbit .endif USE_XLIB= yes -USE_IMAKE= yes USE_PERL5= yes USE_BISON= yes USE_GMAKE= yes @@ -111,18 +110,15 @@ CXX= g++32 .endif BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ - gcp:${PORTSDIR}/sysutils/coreutils + gcp:${PORTSDIR}/sysutils/coreutils \ + imake:${X_IMAKE_PORT} .if defined(WITHOUT_JAVA) LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt -.else -BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant .endif GNU_CONFIGURE= yes WRKSRC= ${WRKDIR} CONFIGURE_WRKSRC= ${WRKSRC}/config_office -ANT?= ${LOCALBASE}/bin/ant TCSH?= /bin/tcsh -UNZIP?= ${PREFIX}/bin/unzip PKGMESSAGE= ${WRKDIR}/pkg-message NUMOFPROCESSES?= 1 diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index 4e7b05f6b731..08d7ab1b5fc8 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -35,7 +35,6 @@ USE_GNOME= orbit .endif USE_XLIB= yes -USE_IMAKE= yes USE_PERL5= yes USE_BISON= yes USE_GMAKE= yes @@ -111,18 +110,15 @@ CXX= g++32 .endif BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ - gcp:${PORTSDIR}/sysutils/coreutils + gcp:${PORTSDIR}/sysutils/coreutils \ + imake:${X_IMAKE_PORT} .if defined(WITHOUT_JAVA) LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt -.else -BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant .endif GNU_CONFIGURE= yes WRKSRC= ${WRKDIR} CONFIGURE_WRKSRC= ${WRKSRC}/config_office -ANT?= ${LOCALBASE}/bin/ant TCSH?= /bin/tcsh -UNZIP?= ${PREFIX}/bin/unzip PKGMESSAGE= ${WRKDIR}/pkg-message NUMOFPROCESSES?= 1 |