diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-07-27 11:37:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-07-27 11:37:53 +0000 |
commit | 72c9fed7c5d2f1f45f2ed74f582777ec51e260ec (patch) | |
tree | aca3bca7fa1e54db9a0aaee01560ded422d82de6 /deskutils | |
parent | 52e8b487f6dc73b0d0baafc955c59e83ab33c41a (diff) | |
download | ports-72c9fed7c5d2f1f45f2ed74f582777ec51e260ec.tar.gz ports-72c9fed7c5d2f1f45f2ed74f582777ec51e260ec.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-notifyd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile index ca33981f35ba..9d50f97bd008 100644 --- a/deskutils/xfce4-notifyd/Makefile +++ b/deskutils/xfce4-notifyd/Makefile @@ -19,13 +19,14 @@ COMMENT= Visually-appealing notification daemon for Xfce LICENSE= GPLv3 LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - notify.4:${PORTSDIR}/devel/libnotify + notify:${PORTSDIR}/devel/libnotify USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gtk20 gnomehack intltool intlhack desktopfileutils pkgconfig +USE_GNOME= gtk20 gnomehack intltool intlhack desktopfileutils +USE_PKGCONFIG= build USE_XFCE= configenv libexo libmenu libutil xfconf INSTALLS_ICONS= yes USE_XORG= x11 |