summaryrefslogtreecommitdiffstats
path: root/net-p2p/nicotine
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-09-27 18:05:22 +0000
committeradamw <adamw@FreeBSD.org>2003-09-27 18:05:22 +0000
commit2421bcf27543295c99aee3a1e2ee6d8d45984bfe (patch)
tree1bcbf22a36b155d3b88c5e3292ea8483abaa263e /net-p2p/nicotine
parent03a5cd67b8333607c499812eab44479b37f4b382 (diff)
downloadFreeBSD-ports-2421bcf27543295c99aee3a1e2ee6d8d45984bfe.zip
FreeBSD-ports-2421bcf27543295c99aee3a1e2ee6d8d45984bfe.tar.gz
Correct an error which was causing nicotine to not correctly depend upon py-vorbis.
Diffstat (limited to 'net-p2p/nicotine')
-rw-r--r--net-p2p/nicotine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/nicotine/Makefile b/net-p2p/nicotine/Makefile
index c3d7ef4..e6745ea 100644
--- a/net-p2p/nicotine/Makefile
+++ b/net-p2p/nicotine/Makefile
@@ -21,8 +21,8 @@ USE_PYDISTUTILS= yes
.include <bsd.port.pre.mk>
-.if exists(${PYTHON_SITELIBDIR}/ogg/vorbismodule.so) || defined(WITH_VORBIS)
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/vorbismodule.so:${PORTSDIR}/audio/py-vorbis
+.if exists(${PYTHON_SITELIBDIR}/ogg/vorbis.so) || defined(WITH_VORBIS)
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis
.else
pre-everything::
@${ECHO_MSG} ""
OpenPOWER on IntegriCloud