diff options
author | maho <maho@FreeBSD.org> | 2010-04-01 08:48:45 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2010-04-01 08:48:45 +0800 |
commit | 588e5c4ec63813e45237851e008956d80f298ed5 (patch) | |
tree | ad375a5e297d12768cfb7c667a598616fcfcbe3a /editors/openoffice.org-3 | |
parent | 8f0e34b35b9a4fb152451075c2f7b62812c2bc7d (diff) | |
download | freebsd-ports-gnome-588e5c4ec63813e45237851e008956d80f298ed5.tar.gz freebsd-ports-gnome-588e5c4ec63813e45237851e008956d80f298ed5.tar.zst freebsd-ports-gnome-588e5c4ec63813e45237851e008956d80f298ed5.zip |
Fix build on 9.0-Current.
PR: 142843
Submitted by: Andrey Kosachenko <Andrey.Kosachenko@gmail.com>
Feature safe: yes
Diffstat (limited to 'editors/openoffice.org-3')
-rw-r--r-- | editors/openoffice.org-3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index d8b06b28948b..e98ab6b37a6e 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-3/Makefile @@ -116,7 +116,7 @@ CONFIGURE_ENV+= CC="${OOOCC}" CXX="${OOOCXX}" \ PATH=${WRKSRC}/solenv/bin:$$PATH BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ - unzip:${PORTSDIR}/archivers/unzip \ + ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip \ gcp:${PORTSDIR}/sysutils/coreutils \ gpatch:${PORTSDIR}/devel/patch \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ @@ -198,6 +198,7 @@ post-extract: pre-configure: #Workaround for gperf. #i85469# @${LN} -sf ${LOCALBASE}/bin/gperf ${WRKSRC}/solenv/bin/gperf + @${LN} -sf ${LOCALBASE}/bin/unzip ${WRKSRC}/solenv/bin/unzip .if defined(WITH_KDE4) @${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/solenv/bin/moc .endif |