diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-07-20 11:23:21 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-07-20 11:23:21 +0000 |
commit | b5533823ecff9735f0929439498ca775b4010312 (patch) | |
tree | 225ec1d49b8150a1e318d74af0192ed096e18303 /mail/gnome-gmail-notifier/Makefile | |
parent | 4bfc8f7f4e5b11353820a0dde414f1b8f83692c6 (diff) |
Use libsoup 2.4 instead of 2.2.
PR: ports/133996
Submitted by: avl
Notes
Notes:
svn path=/head/; revision=238101
Diffstat (limited to 'mail/gnome-gmail-notifier/Makefile')
-rw-r--r-- | mail/gnome-gmail-notifier/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/gnome-gmail-notifier/Makefile b/mail/gnome-gmail-notifier/Makefile index 784de0ba8296..244caaffed9f 100644 --- a/mail/gnome-gmail-notifier/Makefile +++ b/mail/gnome-gmail-notifier/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-gmail-notifier PORTVERSION= 0.9.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail deskutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -15,7 +15,7 @@ MAINTAINER= flz@FreeBSD.org COMMENT= A Gmail Inbox Monitor for the GNOME2 desktop LIB_PC_DEPENDS= libnotify:devel/libnotify \ - libsoup-2.2:devel/libsoup22 \ + libsoup-2.4:devel/libsoup \ gnome-keyring-1:security/gnome-keyring BUILD_DEPENDS= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|:C|:|.pc:${PORTSDIR}/|} |