diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2008-01-25 17:47:09 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2008-01-25 17:47:09 +0000 |
commit | e92e487701457f19347d77a7c7a3713f79b59417 (patch) | |
tree | fe6faaef8b6239d42a3c1c30d7154aa308cacd3b /audio/sonata | |
parent | 9f80c4ac6c9ecc51e83662b28f5c421716c8ad2c (diff) |
Notes
Diffstat (limited to 'audio/sonata')
-rw-r--r-- | audio/sonata/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile index 7f37e7f5657f..28a1eca99729 100644 --- a/audio/sonata/Makefile +++ b/audio/sonata/Makefile @@ -7,7 +7,7 @@ PORTNAME= sonata PORTVERSION= 1.4 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +16,7 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= An elegant music player for MPD BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 +RUN_DEPENDS= ${BUILD_DEPENDS} USE_GETTEXT= yes USE_PYTHON= yes |