diff options
author | maho <maho@FreeBSD.org> | 2010-03-19 14:38:34 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2010-03-19 14:38:34 +0800 |
commit | eb0369382c0e2f3330b7f49003115f7a5dd32795 (patch) | |
tree | 7f7dbd1d43819481a3dfb18d502c0ada0e772043 /editors | |
parent | cf9df4367e1dafc2efcb06df5cbad084bc549400 (diff) | |
download | freebsd-ports-gnome-eb0369382c0e2f3330b7f49003115f7a5dd32795.tar.gz freebsd-ports-gnome-eb0369382c0e2f3330b7f49003115f7a5dd32795.tar.zst freebsd-ports-gnome-eb0369382c0e2f3330b7f49003115f7a5dd32795.zip |
fix build
PR: 144716
Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com>
Feature safe: yes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index 72eb24bdd6c4..76416cf0644a 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -206,7 +206,7 @@ pre-configure: #Workaround for gperf. #i85469# @${LN} -sf ${LOCALBASE}/bin/gperf ${WRKSRC}/solenv/bin/gperf .if defined(WITH_KDE4) - @${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/solenv/bin/moc + @${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/solenv/bin/moc .endif do-build: diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index 72eb24bdd6c4..76416cf0644a 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -206,7 +206,7 @@ pre-configure: #Workaround for gperf. #i85469# @${LN} -sf ${LOCALBASE}/bin/gperf ${WRKSRC}/solenv/bin/gperf .if defined(WITH_KDE4) - @${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/solenv/bin/moc + @${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/solenv/bin/moc .endif do-build: |