Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 08:19:57 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332086 - head/mail/gnome-gmail-notifier
Message-ID:  <201310300819.r9U8Jvpl079157@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310300819.r9U8Jvpl079157>