From cffca0065ae3211b9cf1183db1f25aa491135fd1 Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 5 Dec 2003 10:37:21 +0000 Subject: - Update to 1.2.4b * fix for searches not returning any results - Fix optional dependencies - Quiet portlint PR: ports/59969 Submitted by: Stefan Ehmann (maintainer) --- net/pyslsk/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'net/pyslsk/Makefile') diff --git a/net/pyslsk/Makefile b/net/pyslsk/Makefile index 0664b5ebbc41..25d5b7bddd1d 100644 --- a/net/pyslsk/Makefile +++ b/net/pyslsk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pyslsk -PORTVERSION= 1.2.4a +PORTVERSION= 1.2.4b CATEGORIES= net MASTER_SITES= http://www.sensi.org/~ak/pyslsk/ @@ -15,12 +15,15 @@ COMMENT= "Client for SoulSeek filesharing system" BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython + .if !defined(WITHOUT_VORBIS) -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/vorbismodule.so:${PORTSDIR}/audio/py-vorbis +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbismodule.so:${PORTSDIR}/audio/py-vorbis .endif + .if !defined(WITHOUT_BSDDB3) -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bsddb3/__init__.py:${PORTSDIR}/databases/py-bsddb3 +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/bsddb3/__init__.py:${PORTSDIR}/databases/py-bsddb3 .endif + USE_PYTHON= yes USE_PYDISTUTILS=yes -- cgit