summaryrefslogtreecommitdiff
path: root/misc/gregexp
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-05-10 00:47:25 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-05-10 00:47:25 +0000
commite484cf47cc2cfd1bc58b2e41a830a1e63a6a0942 (patch)
tree86078136d0b2afaa2b02832ca57baa18de3180c1 /misc/gregexp
parentBump PORTREVISION for additional dependency. (diff)
add missing libgnomeui depend
fix build on -stable (use gcc33) Noticed by: bento via kris
Notes
Notes: svn path=/head/; revision=108783
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"