aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-03-14 18:15:52 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-03-14 18:15:52 +0800
commitbe57a80f4f46624a7a3582442f52c754563b9b72 (patch)
treeda93f2dfaac0007dd30bf105aff12a968a96b18f /deskutils
parente90f1a0751be839afc18fb5b8cc4c54deab0552a (diff)
downloadfreebsd-ports-gnome-be57a80f4f46624a7a3582442f52c754563b9b72.tar.gz
freebsd-ports-gnome-be57a80f4f46624a7a3582442f52c754563b9b72.tar.zst
freebsd-ports-gnome-be57a80f4f46624a7a3582442f52c754563b9b72.zip
Convert USE_BZIP2=yes to USES=tar:bzip2
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/xfce4-notification-daemon/Makefile3
-rw-r--r--deskutils/xfce4-notifyd/Makefile3
2 files changed, 2 insertions, 4 deletions
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