diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-23 07:01:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-23 07:01:32 +0800 |
commit | 1d8fb2d5a8ae7528961b85c46c5591786bb804b1 (patch) | |
tree | d53924a34a0da483974e694810c8098ef7563ee5 /x11-wm | |
parent | 909cf6a061309cfd8fb644731036d8db9f4ff5cd (diff) | |
download | freebsd-ports-gnome-1d8fb2d5a8ae7528961b85c46c5591786bb804b1.tar.gz freebsd-ports-gnome-1d8fb2d5a8ae7528961b85c46c5591786bb804b1.tar.zst freebsd-ports-gnome-1d8fb2d5a8ae7528961b85c46c5591786bb804b1.zip |
Get rid of gnomehier
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/obconf/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/sawfish/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/obconf/Makefile b/x11-wm/obconf/Makefile index 44755939836b..2513dcf34ee0 100644 --- a/x11-wm/obconf/Makefile +++ b/x11-wm/obconf/Makefile @@ -3,6 +3,7 @@ PORTNAME= obconf PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://openbox.org/dist/obconf/ @@ -13,7 +14,7 @@ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libobrender.so:${PORTSDIR}/x11-wm/openbox USES= pkgconfig desktop-file-utils shared-mime-info -USE_GNOME= gnomehier libglade2 +USE_GNOME= libglade2 GNU_CONFIGURE= yes CONFIGURE_ENV= OPENBOX_CFLAGS="`pkg-config --cflags obrender-3.5 obt-3.5`" \ OPENBOX_LIBS="`pkg-config --libs obrender-3.5 obt-3.5`" diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index b261493bcd73..52a0d059a190 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -3,6 +3,7 @@ PORTNAME= sawfish PORTVERSION= 1.11 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= x11-wm MASTER_SITES= http://download.tuxfamily.org/sawfish/ @@ -20,7 +21,7 @@ RUN_DEPENDS= rep-gtk2>=0.90:${PORTSDIR}/x11-toolkits/rep-gtk2 USES= gmake libtool makeinfo pathfix pkgconfig tar:xz USE_XORG= ice sm x11 xft xinerama xrandr xtst -USE_GNOME= cairo gnomehier gtk20 +USE_GNOME= cairo gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ --datadir=${PREFIX}/share |