svn commit: r323693 - head/mail/gnome-gmail-notifier
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jul 26 06:36:29 UTC 2013
Author: bapt
Date: Fri Jul 26 06:36:28 2013
New Revision: 323693
URL: http://svnweb.freebsd.org/changeset/ports/323693
Log:
Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils.
Obtained from: DPorts
Modified:
head/mail/gnome-gmail-notifier/Makefile
Modified: head/mail/gnome-gmail-notifier/Makefile
==============================================================================
--- head/mail/gnome-gmail-notifier/Makefile Fri Jul 26 06:29:41 2013 (r323692)
+++ head/mail/gnome-gmail-notifier/Makefile Fri Jul 26 06:36:28 2013 (r323693)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gnome-gmail-notifier
-# Date created: Nov 16 2007
-# Whom: Florent Thoumie <flz at FreeBSD.org>
-#
+# Created by: Florent Thoumie <flz at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= gnome-gmail-notifier
PORTVERSION= 0.10.1
@@ -12,7 +8,7 @@ CATEGORIES= mail deskutils
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports at 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/
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
More information about the svn-ports-head
mailing list