From be57a80f4f46624a7a3582442f52c754563b9b72 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Fri, 14 Mar 2014 10:15:52 +0000 Subject: Convert USE_BZIP2=yes to USES=tar:bzip2 --- deskutils/xfce4-notification-daemon/Makefile | 3 +-- deskutils/xfce4-notifyd/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'deskutils') diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index 33cc05ac1e05..f3f44bf634d7 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -22,8 +22,7 @@ RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake pkgconfig tar:bzip2 USE_GNOME= librsvg2 USE_LDCONFIG= yes USE_XFCE= configenv libutil libgui 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 -- cgit