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/wmconfig | |
parent | 5b271b98096279654f76c869f6d8346455e0c528 (diff) | |
download | freebsd-ports-graphics-ea9adb9a11aab90509d69bd6dd6b8a13dd4e8c5f.tar.gz freebsd-ports-graphics-ea9adb9a11aab90509d69bd6dd6b8a13dd4e8c5f.tar.zst freebsd-ports-graphics-ea9adb9a11aab90509d69bd6dd6b8a13dd4e8c5f.zip |
- Convert USE_BZIP2/XZ to USES
Approved by: portmgr
Diffstat (limited to 'x11-wm/wmconfig')
-rw-r--r-- | x11-wm/wmconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/wmconfig/Makefile b/x11-wm/wmconfig/Makefile index 290fa13c216..7452ad7ca67 100644 --- a/x11-wm/wmconfig/Makefile +++ b/x11-wm/wmconfig/Makefile @@ -11,7 +11,7 @@ COMMENT= Menu generation tool for X window managers LICENSE= GPLv2 -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes PORTDOCS= AUTHORS ChangeLog COPYING README TODO |