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 | |
parent | 9b395f8175b1978a82381bd8e0ed58eefca65b4f (diff) | |
download | ports-8500d0edbcf94d636340c6c460d7ebd7f533c9fc.tar.gz ports-8500d0edbcf94d636340c6c460d7ebd7f533c9fc.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/exaile-devel/Makefile | 5 | ||||
-rw-r--r-- | audio/exaile/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/audio/exaile-devel/Makefile b/audio/exaile-devel/Makefile index a04b3e02dd1f..12d54ed5f7ed 100644 --- a/audio/exaile-devel/Makefile +++ b/audio/exaile-devel/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} 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} |