diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-14 18:15:52 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-14 18:15:52 +0800 |
commit | 7aef37f62ece8efe1c98a46ecd235ea36aa72408 (patch) | |
tree | da93f2dfaac0007dd30bf105aff12a968a96b18f /deskutils/xfce4-notifyd | |
parent | 25b773673e20d99e0dfc671d354eaa3c23b66140 (diff) | |
download | freebsd-ports-gnome-7aef37f62ece8efe1c98a46ecd235ea36aa72408.tar.gz freebsd-ports-gnome-7aef37f62ece8efe1c98a46ecd235ea36aa72408.tar.zst freebsd-ports-gnome-7aef37f62ece8efe1c98a46ecd235ea36aa72408.zip |
Convert USE_BZIP2=yes to USES=tar:bzip2
Diffstat (limited to 'deskutils/xfce4-notifyd')
-rw-r--r-- | deskutils/xfce4-notifyd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile index a658455318db..e0c8ddd91a34 100644 --- a/deskutils/xfce4-notifyd/Makefile +++ b/deskutils/xfce4-notifyd/Makefile @@ -16,10 +16,9 @@ LICENSE= GPLv3 LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libnotify.so:${PORTSDIR}/devel/libnotify -USES= pkgconfig gmake +USES= pkgconfig gmake tar:bzip2 USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_BZIP2= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil xfconf INSTALLS_ICONS= yes |