aboutsummaryrefslogtreecommitdiff
path: root/mail/gnome-gmail-notifier
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-26 06:36:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-26 06:36:28 +0000
commit0c0d53c69184b218882bc60be224f36cd7d3c0cd (patch)
tree95f8da47fe98ba7c174c8d167ff0770e6e810912 /mail/gnome-gmail-notifier
parent0ac7a0d5157e7a5a284b5e890db0bde25adad257 (diff)
downloadports-0c0d53c69184b218882bc60be224f36cd7d3c0cd.tar.gz
ports-0c0d53c69184b218882bc60be224f36cd7d3c0cd.zip
Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils. Obtained from: DPorts
Notes
Notes: svn path=/head/; revision=323693
Diffstat (limited to 'mail/gnome-gmail-notifier')
-rw-r--r--mail/gnome-gmail-notifier/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/mail/gnome-gmail-notifier/Makefile b/mail/gnome-gmail-notifier/Makefile
index 465ca83aaac2..ae3df41b5996 100644
--- a/mail/gnome-gmail-notifier/Makefile
+++ b/mail/gnome-gmail-notifier/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gnome-gmail-notifier
-# Date created: Nov 16 2007
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
+# Created by: Florent Thoumie <flz@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= gnome-gmail-notifier
PORTVERSION= 0.10.1
@@ -12,7 +8,7 @@ CATEGORIES= mail deskutils
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
-COMMENT= A Gmail Inbox Monitor for the GNOME2 desktop
+COMMENT= Gmail Inbox Monitor for the GNOME2 desktop
LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify \
soup-2.4:${PORTSDIR}/devel/libsoup \
@@ -20,10 +16,10 @@ LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify \
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USE_GMAKE= yes
-USES= gettext
+USES= gettext gmake
USE_GNOME= glib20 gtk20 gconf2 libxml2 librsvg2
USE_GSTREAMER= good
+LDFLAGS+= -lintl
post-patch:
@${REINPLACE_CMD} -e 's|@DATADIRNAME@|share|' ${WRKSRC}/po/Makefile.in.in