diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-02-19 12:51:58 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-02-19 12:51:58 +0000 |
commit | f0be3529ac98c8a13846a1bc6e484bb25b0dd064 (patch) | |
tree | dd714509a9cf8cd2cc30e7dac6583e4bce3befff /mail/gnome-gmail-notifier | |
parent | f366e089522a2b15ae67451c0169b8fff850853f (diff) |
Notes
Diffstat (limited to 'mail/gnome-gmail-notifier')
-rw-r--r-- | mail/gnome-gmail-notifier/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/gnome-gmail-notifier/Makefile b/mail/gnome-gmail-notifier/Makefile index f0b39a81ce19..8446467e2b6b 100644 --- a/mail/gnome-gmail-notifier/Makefile +++ b/mail/gnome-gmail-notifier/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnome-gmail-notifier PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= mail deskutils MASTER_SITES= http://${PORTNAME}.googlecode.com/files/ @@ -15,7 +16,7 @@ COMMENT= A Gmail Inbox Monitor for the GNOME2 desktop LIB_PC_DEPENDS= libnotify:devel/libnotify \ libsoup-2.2:devel/libsoup \ - gnutls:security/gnutls + gnome-keyring-1:security/gnome-keyring BUILD_DEPENDS= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|:C|:|.pc:${PORTSDIR}/|} RUN_DEPENDS= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|:C|:|.pc:${PORTSDIR}/|} @@ -24,6 +25,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= glib20 gtk20 libgnome libgnomeui libxml2 libglade2 +USE_GSTREAMER= good post-patch: @${REINPLACE_CMD} -e 's|@DATADIRNAME@|share|' ${WRKSRC}/po/Makefile.in.in |