diff options
author | flz <flz@FreeBSD.org> | 2008-02-19 20:51:58 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-02-19 20:51:58 +0800 |
commit | 901226cab90a2bfc863ef69cd4d21b7cbfd8b731 (patch) | |
tree | e011cff2dadca6007eb20ecb40fd3c427067196d /mail | |
parent | 7e98fe4c4c55fc1b6091ec0341cfebcee2f8f2b9 (diff) | |
download | freebsd-ports-gnome-901226cab90a2bfc863ef69cd4d21b7cbfd8b731.tar.gz freebsd-ports-gnome-901226cab90a2bfc863ef69cd4d21b7cbfd8b731.tar.zst freebsd-ports-gnome-901226cab90a2bfc863ef69cd4d21b7cbfd8b731.zip |
Fix dependencies (gstreamer and gnome-keyring).
Reported by: pavbot and erwinbot
Diffstat (limited to 'mail')
-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 |