aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gregexp
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-05-10 08:47:25 +0800
committerijliao <ijliao@FreeBSD.org>2004-05-10 08:47:25 +0800
commiteb75d311ed49316604b019a62c5604328e4e4301 (patch)
treea79de5f917de6c6b1b1f9251a0dc0f48cb48bb85 /misc/gregexp
parent06c82a3a1754dd5f1879a5e61087cb48a829e49e (diff)
downloadfreebsd-ports-gnome-eb75d311ed49316604b019a62c5604328e4e4301.tar.gz
freebsd-ports-gnome-eb75d311ed49316604b019a62c5604328e4e4301.tar.zst
freebsd-ports-gnome-eb75d311ed49316604b019a62c5604328e4e4301.zip
add missing libgnomeui depend
fix build on -stable (use gcc33) Noticed by: bento via kris
Diffstat (limited to 'misc/gregexp')
-rw-r--r--misc/gregexp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gregexp/Makefile b/misc/gregexp/Makefile
index c35f88b3783b..e8810d7fbbf7 100644
--- a/misc/gregexp/Makefile
+++ b/misc/gregexp/Makefile
@@ -19,7 +19,8 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
USE_X_PREFIX= yes
USE_ICONV= yes
USE_GETTEXT= yes
-USE_GNOME= gtk20 gnomeprefix
+USE_GNOME= gtk20 gnomeprefix libgnomeui
+USE_GCC= 3.3
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"