diff options
Diffstat (limited to 'x11-toolkits/bakery/Makefile')
-rw-r--r-- | x11-toolkits/bakery/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile index 6b7773e1946f..8e7cd73022ee 100644 --- a/x11-toolkits/bakery/Makefile +++ b/x11-toolkits/bakery/Makefile @@ -11,10 +11,10 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org 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 +LIB_DEPENDS= libgconfmm-2.6.so:devel/gconfmm26 \ + libglademm-2.4.so:devel/libglademm24 \ + libgnomevfsmm-2.6.so:devel/gnome-vfsmm \ + libxml++-2.6.so:textproc/libxml++26 USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 USE_GNOME= gnomeprefix intlhack |