aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-11-15 15:52:15 +0800
committermarcus <marcus@FreeBSD.org>2002-11-15 15:52:15 +0800
commitb56aa2d10243e1f65163fe4d0d710efeb3d921ba (patch)
treecd196c35baa8d3ce355798db4f9db9f5d31b175f
parent9128cc0d99371a8830b942d0b823deb4508c7e59 (diff)
downloadfreebsd-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/Makefile2
-rw-r--r--deskutils/gnomepim/Makefile2
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