diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-09-27 18:05:22 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-09-27 18:05:22 +0000 |
commit | 5f8ab8f9c8beeca382a628734e05eb4d9c919d57 (patch) | |
tree | d8e76d247f1e880c22167d1f2ccd87716870b2a6 /net-p2p | |
parent | c4db1064ba5c1e9f86caa32a2488bc414e02e6c8 (diff) | |
download | ports-5f8ab8f9c8beeca382a628734e05eb4d9c919d57.tar.gz ports-5f8ab8f9c8beeca382a628734e05eb4d9c919d57.zip |
Correct an error which was causing nicotine to not correctly depend upon py-vorbis.
Notes
Notes:
svn path=/head/; revision=89576
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/nicotine-plus/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/nicotine/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/nicotine-plus/Makefile b/net-p2p/nicotine-plus/Makefile index c3d7ef40e171..e6745ea15de9 100644 --- a/net-p2p/nicotine-plus/Makefile +++ b/net-p2p/nicotine-plus/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} "" diff --git a/net-p2p/nicotine/Makefile b/net-p2p/nicotine/Makefile index c3d7ef40e171..e6745ea15de9 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} "" |