diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-15 15:52:15 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-15 15:52:15 +0800 |
commit | b56aa2d10243e1f65163fe4d0d710efeb3d921ba (patch) | |
tree | cd196c35baa8d3ce355798db4f9db9f5d31b175f | |
parent | 9128cc0d99371a8830b942d0b823deb4508c7e59 (diff) | |
download | freebsd-ports-gnome-b56aa2d10243e1f65163fe4d0d710efeb3d921ba.tar.gz freebsd-ports-gnome-b56aa2d10243e1f65163fe4d0d710efeb3d921ba.tar.zst freebsd-ports-gnome-b56aa2d10243e1f65163fe4d0d710efeb3d921ba.zip |
Add a BUILD_DEPENDS on gm4 which fixes a neat build problem on
bento.
Submitted by: bento and ktrace
-rw-r--r-- | deskutils/gnome-pim/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnomepim/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index 5c35fe61ccf7..325d0ae76714 100644 --- a/deskutils/gnome-pim/Makefile +++ b/deskutils/gnome-pim/Makefile @@ -24,6 +24,8 @@ PLIST_SUB= GNOME_PILOT="" PLIST_SUB= GNOME_PILOT="@comment " .endif +BUILD_DEPENDS+= gm4:${PORTSDIR}/devel/m4 + USE_X_PREFIX= yes USE_BISON= yes USE_GMAKE= yes diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile index 5c35fe61ccf7..325d0ae76714 100644 --- a/deskutils/gnomepim/Makefile +++ b/deskutils/gnomepim/Makefile @@ -24,6 +24,8 @@ PLIST_SUB= GNOME_PILOT="" PLIST_SUB= GNOME_PILOT="@comment " .endif +BUILD_DEPENDS+= gm4:${PORTSDIR}/devel/m4 + USE_X_PREFIX= yes USE_BISON= yes USE_GMAKE= yes |