diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2010-04-10 13:23:18 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2010-04-10 13:23:18 +0000 |
commit | ee981210f560b2ba108521913bb48a313c8bf9d5 (patch) | |
tree | 2b0c28e16cd10130cb3b16930ba87d36bc2677fe /mail/gnome-gmail-notifier/Makefile | |
parent | b513219508cd0c3f4ccb7848c520c2c85653dc28 (diff) |
Notes
Diffstat (limited to 'mail/gnome-gmail-notifier/Makefile')
-rw-r--r-- | mail/gnome-gmail-notifier/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/mail/gnome-gmail-notifier/Makefile b/mail/gnome-gmail-notifier/Makefile index 11ea34c15f4a..8a6d25f7836d 100644 --- a/mail/gnome-gmail-notifier/Makefile +++ b/mail/gnome-gmail-notifier/Makefile @@ -6,25 +6,22 @@ # PORTNAME= gnome-gmail-notifier -PORTVERSION= 0.9.4 -PORTREVISION= 7 +PORTVERSION= 0.10.1 CATEGORIES= mail deskutils -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE MAINTAINER= avl@FreeBSD.org COMMENT= A Gmail Inbox Monitor for the GNOME2 desktop -LIB_PC_DEPENDS= libnotify:devel/libnotify \ - libsoup-2.4:devel/libsoup \ - 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}/|} +LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ + soup-2.4:${PORTSDIR}/devel/libsoup \ + gnome-keyring.0:${PORTSDIR}/security/gnome-keyring GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= glib20 gtk20 libgnome libgnomeui libxml2 libglade2 librsvg2 +USE_GETTEXT= yes +USE_GNOME= glib20 gtk20 gconf2 libxml2 librsvg2 USE_GSTREAMER= good post-patch: |