aboutsummaryrefslogtreecommitdiff
path: root/audio/exaile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-12-18 22:04:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-12-18 22:04:56 +0000
commit7d8136e754edcf8d986e3b9eafed3725ce137a66 (patch)
tree5bfdac369395961bffe2e45f880aa2a1ca8f92cb /audio/exaile
parentdb8799a82a98a4b16cfd9853eb754e3e73fe13a0 (diff)
downloadports-7d8136e754edcf8d986e3b9eafed3725ce137a66.tar.gz
ports-7d8136e754edcf8d986e3b9eafed3725ce137a66.zip
- Add dependency on librsvg2 to prevent crashes on runtime
PR: ports/140984 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
Notes
Notes: svn path=/head/; revision=246187
Diffstat (limited to 'audio/exaile')
-rw-r--r--audio/exaile/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile
index f38a1c1e5144..d834bdbc608f 100644
--- a/audio/exaile/Makefile
+++ b/audio/exaile/Makefile
@@ -7,6 +7,7 @@
PORTNAME= exaile
DISTVERSION= 0.3.0.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://launchpadlibrarian.net/35452349/ \
http://wickedmachine.net/mirror/
@@ -16,7 +17,7 @@ COMMENT= A full featured python-based music player for GTK+
RUN_DEPENDS= py*-mutagen>=1.11:${PORTSDIR}/audio/py-mutagen
-USE_GNOME= pygtk2
+USE_GNOME= pygtk2 librsvg2
USE_GSTREAMER= python good
USE_PYTHON= 2.5+