aboutsummaryrefslogtreecommitdiff
path: root/mail/mail-notification/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-05-01 20:48:25 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-05-01 20:48:25 +0000
commit5bd48f0bdaaec7d1827b54d14534d55d12f76df0 (patch)
treec427db99a431964258f937f0bc9789ed1853c896 /mail/mail-notification/Makefile
parent6a26ebefa79062306cfd96c913c6ade2bf1353ce (diff)
downloadports-5bd48f0bdaaec7d1827b54d14534d55d12f76df0.tar.gz
ports-5bd48f0bdaaec7d1827b54d14534d55d12f76df0.zip
Fix a glade-related crash.
Notes
Notes: svn path=/head/; revision=161134
Diffstat (limited to 'mail/mail-notification/Makefile')
-rw-r--r--mail/mail-notification/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile
index 6caa3f2a3f5a..2fd7992fe5d6 100644
--- a/mail/mail-notification/Makefile
+++ b/mail/mail-notification/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mail-notification
PORTVERSION= 2.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= mailnotify
@@ -20,7 +20,7 @@ USE_GNOME= gnomeprefix gnomehack eel2
GNU_CONFIGURE= yes
USE_GMAKE= yes
CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+LDFLAGS= -L${LOCALBASE}/lib -Wl,-export-dynamic
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
GCONF_SCHEMAS= mail-notification.schemas
INSTALLS_OMF= yes
@@ -73,7 +73,6 @@ BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/mail/evolution:patch \
RUN_DEPENDS+= ${X11BASE}/libdata/pkgconfig/evolution-plugin-2.6.pc:${PORTSDIR}/mail/evolution
EVOLUTION_WRKSRC!= cd ${PORTSDIR}/mail/evolution && ${MAKE} -V WRKSRC
CONFIGURE_ARGS+= --with-evolution-source-dir="${EVOLUTION_WRKSRC}"
-LDFLAGS+= -Wl,-export-dynamic
PLIST_SUB+= EVOLUTION="" LITERAL_PREFIX="${PREFIX}"
.endif
.if defined(WITHOUT_SYLPHEED)