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/mcwm/Makefile | |
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/mcwm/Makefile')
-rw-r--r-- | x11-wm/mcwm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/mcwm/Makefile b/x11-wm/mcwm/Makefile index a8e41a31ddb9..f71aebe67e73 100644 --- a/x11-wm/mcwm/Makefile +++ b/x11-wm/mcwm/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libxcb-util.so:${PORTSDIR}/x11/xcb-util \ libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm USE_XORG= x11 xrandr -USE_BZIP2= yes +USES= tar:bzip2 PLIST_FILES= bin/mcwm bin/hidden man/man1/mcwm.1.gz man/man1/hidden.1.gz PORTDOCS= README NEWS |