diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-05-10 08:47:25 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-05-10 08:47:25 +0800 |
commit | eb75d311ed49316604b019a62c5604328e4e4301 (patch) | |
tree | a79de5f917de6c6b1b1f9251a0dc0f48cb48bb85 /misc/gregexp | |
parent | 06c82a3a1754dd5f1879a5e61087cb48a829e49e (diff) | |
download | freebsd-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/Makefile | 3 |
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" |