diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-04-01 00:48:45 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-04-01 00:48:45 +0000 |
commit | 947b41afd95be7e8a3f272b443a66a41797ea215 (patch) | |
tree | a902586069b6f359ba7466527ba7189fd056b648 /editors/openoffice.org-3-devel | |
parent | 796d26c5517bb4343ed2751067585edd75404633 (diff) | |
download | ports-947b41afd95be7e8a3f272b443a66a41797ea215.tar.gz ports-947b41afd95be7e8a3f272b443a66a41797ea215.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index 32d7babf3ff8..b459f6b411aa 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -124,7 +124,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 \ @@ -208,6 +208,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 |