diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-02 15:16:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-02 15:16:50 +0800 |
commit | ea9adb9a11aab90509d69bd6dd6b8a13dd4e8c5f (patch) | |
tree | bd5801437b79edc7d393d0c79d2d1e7de699bcdd /x11-wm/sawfish | |
parent | 5b271b98096279654f76c869f6d8346455e0c528 (diff) | |
download | freebsd-ports-gnome-ea9adb9a11aab90509d69bd6dd6b8a13dd4e8c5f.tar.gz freebsd-ports-gnome-ea9adb9a11aab90509d69bd6dd6b8a13dd4e8c5f.tar.zst freebsd-ports-gnome-ea9adb9a11aab90509d69bd6dd6b8a13dd4e8c5f.zip |
- Convert USE_BZIP2/XZ to USES
Approved by: portmgr
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r-- | x11-wm/sawfish/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index a4abd2d567fb..1181aaa7d369 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -18,8 +18,7 @@ BUILD_DEPENDS= rep-gtk2>=0.90:${PORTSDIR}/x11-toolkits/rep-gtk2 LIB_DEPENDS= librep.so:${PORTSDIR}/lang/librep RUN_DEPENDS= rep-gtk2>=0.90:${PORTSDIR}/x11-toolkits/rep-gtk2 -USE_XZ= yes -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig tar:xz USE_XORG= ice sm x11 xft xinerama xrandr xtst USE_GNOME= cairo gnomehier gtk20 GNU_CONFIGURE= yes |