diff options
author | avl <avl@FreeBSD.org> | 2009-11-12 11:30:52 +0800 |
---|---|---|
committer | avl <avl@FreeBSD.org> | 2009-11-12 11:30:52 +0800 |
commit | e7659d163b5ec83f2a97113f93dbe3fc99f76088 (patch) | |
tree | a871516d1cea4a5c6e8de1a1a294a4a719e1b144 /mail | |
parent | 31ad55a65a87cddc2e0524890b6d86e3f4d709ba (diff) | |
download | freebsd-ports-gnome-e7659d163b5ec83f2a97113f93dbe3fc99f76088.tar.gz freebsd-ports-gnome-e7659d163b5ec83f2a97113f93dbe3fc99f76088.tar.zst freebsd-ports-gnome-e7659d163b5ec83f2a97113f93dbe3fc99f76088.zip |
- Add a missing dependency on librsvg2
Reported by: Daniele Mazzotti <kappei84 at gmail.com>
Diffstat (limited to 'mail')
-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 bc99617a4310..83149a41307b 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= 4 +PORTREVISION= 5 CATEGORIES= mail deskutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -24,7 +24,7 @@ RUN_DEPENDS= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|:C|:|.pc:${POR GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= glib20 gtk20 libgnome libgnomeui libxml2 libglade2 +USE_GNOME= glib20 gtk20 libgnome libgnomeui libxml2 libglade2 librsvg2 USE_GSTREAMER= good post-patch: |