diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-12-19 15:35:11 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-12-19 15:35:11 +0000 |
commit | 8500d0edbcf94d636340c6c460d7ebd7f533c9fc (patch) | |
tree | 4b79b05a0e2cea8fba7e2a69f536b20329b7b72a /audio/exaile | |
parent | Add USE_APACHE=2.2+, else it tries to build Apache1.3 is nothing is installed (diff) |
- Add yet more dependencies
Diffstat (limited to 'audio/exaile')
-rw-r--r-- | audio/exaile/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index a04b3e02dd1f..12d54ed5f7ed 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -16,9 +16,12 @@ COMMENT= AmaroK replacement for GTK+ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:${PORTSDIR}/devel/py-notify \ + ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree \ + ${PYTHON_SITELIBDIR}/mutagen/__init__.py:${PORTSDIR}/audio/py-mutagen \ + ${PYTHON_SITELIBDIR}/gtk-2.0/sexy.so:${PORTSDIR}/x11-toolkits/py-sexy \ ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23 -USE_GNOME= pygtk2 +USE_GNOME= pygtk2 pygnomeextras USE_GSTREAMER= python USE_PYTHON= yes PLIST_FILES= share/applications/${PORTNAME}.desktop share/pixmaps/${PORTNAME}.png bin/${PORTNAME} |