svn commit: r332086 - head/mail/gnome-gmail-notifier
John Marino
marino at FreeBSD.org
Wed Oct 30 08:19:57 UTC 2013
Author: marino
Date: Wed Oct 30 08:19:57 2013
New Revision: 332086
URL: http://svnweb.freebsd.org/changeset/ports/332086
Log:
mail/gnome-gmail-notifier: USES+= pkgconfig, complete LDFLAGS
Modified:
head/mail/gnome-gmail-notifier/Makefile
Modified: head/mail/gnome-gmail-notifier/Makefile
==============================================================================
--- head/mail/gnome-gmail-notifier/Makefile Wed Oct 30 07:54:59 2013 (r332085)
+++ head/mail/gnome-gmail-notifier/Makefile Wed Oct 30 08:19:57 2013 (r332086)
@@ -15,10 +15,10 @@ LIB_DEPENDS= notify.4:${PORTSDIR}/devel/
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USES= gettext gmake
+USES= gettext gmake pkgconfig
USE_GNOME= glib20 gtk20 gconf2 libxml2 librsvg2
USE_GSTREAMER= good
-LDFLAGS+= -lintl
+LDFLAGS+= -L${LOCALBASE}/lib -lintl
NO_STAGE= yes
post-patch:
More information about the svn-ports-head
mailing list