Date: Fri, 27 Jul 2012 11:37:53 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301601 - head/deskutils/xfce4-notifyd Message-ID: <201207271137.q6RBbrYl000757@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri Jul 27 11:37:53 2012 New Revision: 301601 URL: http://svn.freebsd.org/changeset/ports/301601 Log: - Use the new USE_PKGCONFIG macro - Don't request ABI version number in LIB_DEPENDS Modified: head/deskutils/xfce4-notifyd/Makefile Modified: head/deskutils/xfce4-notifyd/Makefile ============================================================================== --- head/deskutils/xfce4-notifyd/Makefile Fri Jul 27 11:03:38 2012 (r301600) +++ head/deskutils/xfce4-notifyd/Makefile Fri Jul 27 11:37:53 2012 (r301601) @@ -19,13 +19,14 @@ COMMENT= Visually-appealing notification 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207271137.q6RBbrYl000757>