diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-06 15:48:47 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-06 15:48:47 +0800 |
commit | 8104460893225650ea52b59d607fdc4c954d3eb1 (patch) | |
tree | c19098cdb80172a0c18b4d40eb5f5000425a9897 /mail/evolution3/Makefile | |
parent | 973d9462b7bdd8620ef1e549b85207ddf01659b8 (diff) | |
download | marcuscom-ports-8104460893225650ea52b59d607fdc4c954d3eb1.tar marcuscom-ports-8104460893225650ea52b59d607fdc4c954d3eb1.tar.gz marcuscom-ports-8104460893225650ea52b59d607fdc4c954d3eb1.tar.bz2 marcuscom-ports-8104460893225650ea52b59d607fdc4c954d3eb1.tar.lz marcuscom-ports-8104460893225650ea52b59d607fdc4c954d3eb1.tar.xz marcuscom-ports-8104460893225650ea52b59d607fdc4c954d3eb1.tar.zst marcuscom-ports-8104460893225650ea52b59d607fdc4c954d3eb1.zip |
Chase libnotify shlib change, also register if the port doesn't do so already.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15352 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution3/Makefile')
-rw-r--r-- | mail/evolution3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/evolution3/Makefile b/mail/evolution3/Makefile index 832aefbe2..3a3f6333c 100644 --- a/mail/evolution3/Makefile +++ b/mail/evolution3/Makefile @@ -3,12 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution3/Makefile,v 1.7 2011/02/24 09:22:14 kwm Exp $ +# $MCom: ports/mail/evolution3/Makefile,v 1.8 2011/02/25 10:48:43 kwm Exp $ # PORTNAME= evolution PORTVERSION= 2.91.90 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -18,7 +18,7 @@ COMMENT= An integrated mail, calendar and address book distributed suite LIB_DEPENDS= nss3.1:${PORTSDIR}/security/nss \ unique-3.0.0:${PORTSDIR}/x11-toolkits/libunique3 \ - notify.1:${PORTSDIR}/devel/libnotify + notify.4:${PORTSDIR}/devel/libnotify # gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview #RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell |