diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-07-07 03:37:42 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-07-07 03:37:42 +0000 |
commit | 8535752efefa6884787488de8a871113fdb1ebf1 (patch) | |
tree | 8d864e863856a7f12130b45b1c8ea1198198a0db /mail/evolution | |
parent | fc86b31b2071d6b77f832c1b5c888f1c973f1873 (diff) |
Notes
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 715b4d18c168..f3b27ecad07e 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -8,6 +8,7 @@ PORTNAME= evolution PORTVERSION= 2.6.2 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -72,6 +73,11 @@ WITH_DBUS= yes WITH_GSTREAMER= yes .endif +.if exists(${LOCALBASE}/libdata/pkgconfig/libnotify.pc) || \ + defined(WITH_NOTIFY) +LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify +.endif + .if defined(WITH_PILOT) LIB_DEPENDS+= gpilotdconduit.2:${PORTSDIR}/palm/gnome-pilot CONFIGURE_ARGS+= --with-pisock=${LOCALBASE} \ |