diff options
author | maho <maho@FreeBSD.org> | 2005-07-10 10:19:52 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-07-10 10:19:52 +0800 |
commit | d428f5c69dbac073a62d702d5ce725bfaa907c8b (patch) | |
tree | 9d62c0c2becc38ec15d139e9e69de322551e705b /editors | |
parent | 5c655b76bf48995f31b4b70ad3f36dc4014ef1e5 (diff) | |
download | freebsd-ports-gnome-d428f5c69dbac073a62d702d5ce725bfaa907c8b.tar.gz freebsd-ports-gnome-d428f5c69dbac073a62d702d5ce725bfaa907c8b.tar.zst freebsd-ports-gnome-d428f5c69dbac073a62d702d5ce725bfaa907c8b.zip |
Use USE_IMAKE instead of explicitly
writing at BUILD_DEPEND section
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index 1694c3cedb29..4e7b05f6b731 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-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 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 |