Index: head/x11-toolkits/libbonoboui/Makefile =================================================================== --- head/x11-toolkits/libbonoboui/Makefile (revision 375282) +++ head/x11-toolkits/libbonoboui/Makefile (revision 375283) @@ -1,30 +1,30 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11-toolkits/libbonoboui/Makefile,v 1.75 2010/09/28 16:03:49 kwm Exp $ PORTNAME= libbonoboui PORTVERSION= 2.24.4 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GUI frontend to the libbonobo component of GNOME 2 USES+= tar:bzip2 .if !defined(REFERENCE_PORT) USES+= gettext gmake libtool:keepla pathfix pkgconfig GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gnomehier intlhack \ +USE_GNOME= gnomeprefix intlhack \ libgnomecanvas libgnome referencehack USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} INSTALL_TARGET= install-strip .include .endif Index: head/x11-toolkits/libgnomeui/Makefile =================================================================== --- head/x11-toolkits/libgnomeui/Makefile (revision 375282) +++ head/x11-toolkits/libgnomeui/Makefile (revision 375283) @@ -1,35 +1,35 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.129 2010/09/27 20:16:41 kwm Exp $ PORTNAME= libgnomeui PORTVERSION= 2.24.4 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Libraries for the GNOME GUI, a GNU desktop environment USES= tar:bzip2 .if !defined(REFERENCE_PORT) LIB_DEPENDS+= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme USES+= bison gettext gmake libtool:keepla pathfix pkgconfig -USE_GNOME= gnomeprefix gnomehier libbonoboui referencehack gvfs +USE_GNOME= gnomeprefix libbonoboui referencehack gvfs USE_XORG= sm USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include .endif