diff options
author | adamw <adamw@FreeBSD.org> | 2003-09-28 02:05:22 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-09-28 02:05:22 +0800 |
commit | 2421bcf27543295c99aee3a1e2ee6d8d45984bfe (patch) | |
tree | 1bcbf22a36b155d3b88c5e3292ea8483abaa263e /net/nicotine | |
parent | 03a5cd67b8333607c499812eab44479b37f4b382 (diff) | |
download | freebsd-ports-graphics-2421bcf27543295c99aee3a1e2ee6d8d45984bfe.tar.gz freebsd-ports-graphics-2421bcf27543295c99aee3a1e2ee6d8d45984bfe.tar.zst freebsd-ports-graphics-2421bcf27543295c99aee3a1e2ee6d8d45984bfe.zip |
Correct an error which was causing nicotine to not correctly depend upon py-vorbis.
Diffstat (limited to 'net/nicotine')
-rw-r--r-- | net/nicotine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile index c3d7ef40e17..e6745ea15de 100644 --- a/net/nicotine/Makefile +++ b/net/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} "" |