diff options
author | marino <marino@FreeBSD.org> | 2013-10-30 16:19:57 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-10-30 16:19:57 +0800 |
commit | 6814f5927ae8405dd5fd2cdb18dfce412bdcd713 (patch) | |
tree | 045b432ec038312936c326c6872b2de1aef33c03 /mail | |
parent | 5955e3ad130946b413a5bfc86b423b3fa96ed84c (diff) | |
download | freebsd-ports-gnome-6814f5927ae8405dd5fd2cdb18dfce412bdcd713.tar.gz freebsd-ports-gnome-6814f5927ae8405dd5fd2cdb18dfce412bdcd713.tar.zst freebsd-ports-gnome-6814f5927ae8405dd5fd2cdb18dfce412bdcd713.zip |
mail/gnome-gmail-notifier: USES+= pkgconfig, complete LDFLAGS
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gnome-gmail-notifier/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/gnome-gmail-notifier/Makefile b/mail/gnome-gmail-notifier/Makefile index b89a263a63ed..9a99029f921c 100644 --- a/mail/gnome-gmail-notifier/Makefile +++ b/mail/gnome-gmail-notifier/Makefile @@ -15,10 +15,10 @@ LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify \ 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: |