diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-15 07:52:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-15 07:52:15 +0000 |
commit | 6b5e87219b056f6c4ef437fb129b4efe80d2ad02 (patch) | |
tree | 343bf2987f58b2477fec55e05d2c7cabb0203bde | |
parent | Fix build on -CURRENT. (diff) |
Add a BUILD_DEPENDS on gm4 which fixes a neat build problem on
bento.
Submitted by: bento and ktrace
Notes
Notes:
svn path=/head/; revision=70153
-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 |