diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-05-10 00:47:25 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-05-10 00:47:25 +0000 |
commit | e484cf47cc2cfd1bc58b2e41a830a1e63a6a0942 (patch) | |
tree | 86078136d0b2afaa2b02832ca57baa18de3180c1 /misc | |
parent | 013c587777ed7a015a1c33eb2e86a406aa22e5c6 (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')
-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" |