diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-14 18:15:52 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-14 18:15:52 +0800 |
commit | be57a80f4f46624a7a3582442f52c754563b9b72 (patch) | |
tree | da93f2dfaac0007dd30bf105aff12a968a96b18f /deskutils | |
parent | e90f1a0751be839afc18fb5b8cc4c54deab0552a (diff) | |
download | freebsd-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/Makefile | 3 | ||||
-rw-r--r-- | deskutils/xfce4-notifyd/Makefile | 3 |
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 |