diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-19 06:46:13 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-19 06:46:13 +0800 |
commit | 637337f01c9f6c598ed40dddfe94329102bc3645 (patch) | |
tree | 651d2aa67f47932be804ba3e08c269b15ca346ba /x11-toolkits | |
parent | 8d6c2fbcee46c129660ca03227ea788398917034 (diff) | |
download | freebsd-ports-gnome-637337f01c9f6c598ed40dddfe94329102bc3645.tar.gz freebsd-ports-gnome-637337f01c9f6c598ed40dddfe94329102bc3645.tar.zst freebsd-ports-gnome-637337f01c9f6c598ed40dddfe94329102bc3645.zip |
GNU m4 is gm4 not just m4. This fixes a hang when building gnome-- on a system
without GNU m4.
PR: 37307
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnome--/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gnome--/Makefile b/x11-toolkits/gnome--/Makefile index 16179df2497b..ddd8f42eacf5 100644 --- a/x11-toolkits/gnome--/Makefile +++ b/x11-toolkits/gnome--/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= stable/sources/gnomemm MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- -BUILD_DEPENDS= m4:${PORTSDIR}/devel/m4 +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes USE_X_PREFIX= yes |