svn commit: r301601 - head/deskutils/xfce4-notifyd

Emanuel Haupt ehaupt at FreeBSD.org
Fri Jul 27 11:37:54 UTC 2012


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



More information about the svn-ports-head mailing list