diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 23:01:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 23:01:32 +0000 |
commit | 555cc668b783ea72f42dd1f99ac9ff7c3937cfdf (patch) | |
tree | d53924a34a0da483974e694810c8098ef7563ee5 /x11-wm/sawfish/Makefile | |
parent | fb92938c572796e502d052bfe43d8685cdae4d23 (diff) |
Notes
Diffstat (limited to 'x11-wm/sawfish/Makefile')
-rw-r--r-- | x11-wm/sawfish/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |