diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 22:54:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 22:54:35 +0000 |
commit | fb92938c572796e502d052bfe43d8685cdae4d23 (patch) | |
tree | 0217ba036992bdc7e041345f90ded303234948f0 | |
parent | 7834cc86453406922d1f6a7ff629b1dcd1547825 (diff) | |
download | ports-fb92938c572796e502d052bfe43d8685cdae4d23.tar.gz ports-fb92938c572796e502d052bfe43d8685cdae4d23.zip |
Notes
-rw-r--r-- | x11-toolkits/libbonoboui/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile index 0af60edbb4dc..2d2138291264 100644 --- a/x11-toolkits/libbonoboui/Makefile +++ b/x11-toolkits/libbonoboui/Makefile @@ -4,7 +4,7 @@ PORTNAME= libbonoboui PORTVERSION= 2.24.4 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -18,7 +18,7 @@ USES+= tar:bzip2 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 diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index cc4afab8d645..748f051a1d18 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -4,7 +4,7 @@ PORTNAME= libgnomeui PORTVERSION= 2.24.4 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -21,7 +21,7 @@ LIB_DEPENDS+= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ 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 |