diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 15:14:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 15:14:15 +0800 |
commit | 64d70ac4ccbe0791111277d48c0e6835936c12e3 (patch) | |
tree | 45086237042ed02ea3c39e08708e946fc3f4da18 /deskutils/xfce4-notifyd/Makefile | |
parent | 8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a (diff) | |
download | freebsd-ports-gnome-64d70ac4ccbe0791111277d48c0e6835936c12e3.tar.gz freebsd-ports-gnome-64d70ac4ccbe0791111277d48c0e6835936c12e3.tar.zst freebsd-ports-gnome-64d70ac4ccbe0791111277d48c0e6835936c12e3.zip |
Convert deskutils to USES=pkgconfig
Diffstat (limited to 'deskutils/xfce4-notifyd/Makefile')
-rw-r--r-- | deskutils/xfce4-notifyd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile index 4995cd2ff49e..91012a5ce094 100644 --- a/deskutils/xfce4-notifyd/Makefile +++ b/deskutils/xfce4-notifyd/Makefile @@ -16,12 +16,12 @@ LICENSE= GPLv3 LIB_DEPENDS= dbus-glib:${PORTSDIR}/devel/dbus-glib \ notify:${PORTSDIR}/devel/libnotify +USES= pkgconfig USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack desktopfileutils -USE_PKGCONFIG= build USE_XFCE= configenv libmenu libutil xfconf INSTALLS_ICONS= yes USE_XORG= x11 |