diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-03-19 06:38:34 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-03-19 06:38:34 +0000 |
commit | 3436a84a663134f65cacd69d060b3dc23d05b86d (patch) | |
tree | 7bb632d86c4a85d3844b0ad5f4eaf0a8cec34a32 /editors | |
parent | ab33b59860509278beef35093961c28147a5e1b5 (diff) |
Notes
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: |