1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

add missing libgnomeui depend

fix build on -stable (use gcc33)

Noticed by:	bento via kris
This commit is contained in:
Ying-Chieh Liao 2004-05-10 00:47:25 +00:00
parent 013c587777
commit e484cf47cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108783

View File

@ -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"