aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-07-10 02:19:52 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-07-10 02:19:52 +0000
commit1aae2fb257db1e34d6fd02902d1b1ed910021ba9 (patch)
tree5890c41d04191f4860592fee704d8ca7a8391460 /editors/openoffice.org-1.1-devel
parentf652966fd4b55c29d7475ca612b5ff0ac00ec627 (diff)
downloadports-1aae2fb257db1e34d6fd02902d1b1ed910021ba9.tar.gz
ports-1aae2fb257db1e34d6fd02902d1b1ed910021ba9.zip
Use USE_IMAKE instead of explicitly
writing at BUILD_DEPEND section
Notes
Notes: svn path=/head/; revision=138782
Diffstat (limited to 'editors/openoffice.org-1.1-devel')
-rw-r--r--editors/openoffice.org-1.1-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile
index 1694c3cedb29..4e7b05f6b731 100644
--- a/editors/openoffice.org-1.1-devel/Makefile
+++ b/editors/openoffice.org-1.1-devel/Makefile
@@ -35,6 +35,7 @@ USE_GNOME= orbit
.endif
USE_XLIB= yes
+USE_IMAKE= yes
USE_PERL5= yes
USE_BISON= yes
USE_GMAKE= yes
@@ -110,8 +111,7 @@ CXX= g++32
.endif
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \
unzip:${PORTSDIR}/archivers/unzip \
- gcp:${PORTSDIR}/sysutils/coreutils \
- imake:${X_IMAKE_PORT}
+ gcp:${PORTSDIR}/sysutils/coreutils
.if defined(WITHOUT_JAVA)
LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt
.else