diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-04 11:12:02 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-04 11:12:02 +0800 |
commit | de228e85c25851503cd1932eb7863ad929ccc594 (patch) | |
tree | 0ea44dbd8e43b9271238f3db3ac092fee9eacb2f /x11/fbpanel | |
parent | 85594d0e88121f4e1c715727c02ddcf7c886511e (diff) | |
download | freebsd-ports-gnome-de228e85c25851503cd1932eb7863ad929ccc594.tar.gz freebsd-ports-gnome-de228e85c25851503cd1932eb7863ad929ccc594.tar.zst freebsd-ports-gnome-de228e85c25851503cd1932eb7863ad929ccc594.zip |
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket
Diffstat (limited to 'x11/fbpanel')
-rw-r--r-- | x11/fbpanel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/fbpanel/Makefile b/x11/fbpanel/Makefile index d7422da1e6a3..81abc268eb9c 100644 --- a/x11/fbpanel/Makefile +++ b/x11/fbpanel/Makefile @@ -13,8 +13,7 @@ COMMENT= Lightweight, NETWM compliant X11 desktop panel LICENSE= MIT -USE_BZIP2= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_GNOME= gtk20 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} |