diff options
Diffstat (limited to 'x11-toolkits/bakery')
-rw-r--r-- | x11-toolkits/bakery/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile index c7bad2fe28fb..c818ee474021 100644 --- a/x11-toolkits/bakery/Makefile +++ b/x11-toolkits/bakery/Makefile @@ -4,20 +4,20 @@ PORTNAME= bakery PORTVERSION= 2.6.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org -COMMENT= A C++ Application Framework for use with Gtkmm +COMMENT= C++ Application Framework for use with Gtkmm LIB_DEPENDS= libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 \ libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \ libgnomevfsmm-2.6.so:${PORTSDIR}/devel/gnome-vfsmm \ libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 USE_GNOME= gnomeprefix intlhack -USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include |