diff options
author | maho <maho@FreeBSD.org> | 2008-02-20 08:18:41 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-02-20 08:18:41 +0800 |
commit | 89bc83b6dc3f1ace513eef51a9c6012102e8dcb2 (patch) | |
tree | ff2eeb38a0805618cc830263c5bcdf12b74e8c61 /editors | |
parent | 3952f5bf290a1fd304d668cb7994de86f46ad5a5 (diff) | |
download | freebsd-ports-gnome-89bc83b6dc3f1ace513eef51a9c6012102e8dcb2.tar.gz freebsd-ports-gnome-89bc83b6dc3f1ace513eef51a9c6012102e8dcb2.tar.zst freebsd-ports-gnome-89bc83b6dc3f1ace513eef51a9c6012102e8dcb2.zip |
Correct devel/gperf dependency.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-2-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index ce410dd4c322..f8c0d75215ed 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -126,7 +126,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ bash:${PORTSDIR}/shells/bash \ imake:${X_IMAKE_PORT} \ - gperf:${PORTSDIR}/devel/gperf #i85469# + ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf #i85469# BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant .if !defined(WITH_GPC) diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile index ce410dd4c322..f8c0d75215ed 100644 --- a/editors/openoffice.org-2-devel/Makefile +++ b/editors/openoffice.org-2-devel/Makefile @@ -126,7 +126,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ bash:${PORTSDIR}/shells/bash \ imake:${X_IMAKE_PORT} \ - gperf:${PORTSDIR}/devel/gperf #i85469# + ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf #i85469# BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant .if !defined(WITH_GPC) diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index ce410dd4c322..f8c0d75215ed 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -126,7 +126,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ bash:${PORTSDIR}/shells/bash \ imake:${X_IMAKE_PORT} \ - gperf:${PORTSDIR}/devel/gperf #i85469# + ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf #i85469# BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant .if !defined(WITH_GPC) diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index ce410dd4c322..f8c0d75215ed 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -126,7 +126,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ bash:${PORTSDIR}/shells/bash \ imake:${X_IMAKE_PORT} \ - gperf:${PORTSDIR}/devel/gperf #i85469# + ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf #i85469# BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant .if !defined(WITH_GPC) |