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/treewm | |
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/treewm')
-rw-r--r-- | x11-wm/treewm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/treewm/Makefile b/x11-wm/treewm/Makefile index 518963b231b7..08ba84710c80 100644 --- a/x11-wm/treewm/Makefile +++ b/x11-wm/treewm/Makefile @@ -14,8 +14,7 @@ LICENSE= GPLv2 OPTIONS_DEFINE= DOCS EXAMPLES -USE_BZIP2= yes -USES= gmake imake:env +USES= gmake imake:env tar:bzip2 USE_XORG= x11 ice sm xext xmu xpm xt xxf86vm PORTDOCS= AUTHORS ChangeLog INSTALL PROBLEMS README README.tiling TODO |