diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-09-07 03:51:55 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-09-07 03:51:55 +0000 |
commit | 7adb53e8f8e4a4a56996f7a5407b4807c7f0c5be (patch) | |
tree | e28619d228a6f30ae15fa05c3f52e6f4d405a522 /audio | |
parent | c17d8df73af1784e7395c1124a51f4abcfeea2ea (diff) | |
download | ports-7adb53e8f8e4a4a56996f7a5407b4807c7f0c5be.tar.gz ports-7adb53e8f8e4a4a56996f7a5407b4807c7f0c5be.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sonata/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile index b8f828b177f0..534e8b913f94 100644 --- a/audio/sonata/Makefile +++ b/audio/sonata/Makefile @@ -7,7 +7,7 @@ PORTNAME= sonata PORTVERSION= 1.5.2 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -55,7 +55,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tagpy>=0.94.5:${PORTSDIR}/audio/py-tagpy .endif .if defined (WITH_ZSI) -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ZSI-devel>=2.0.r3,1:${PORTSDIR}/net/py-zsi-devel +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}zsi>=2.0,1:${PORTSDIR}/net/py-zsi .endif .include <bsd.port.post.mk> |