View | Details | Raw Unified | Return to bug 57531 | Differences between
and this patch

Collapse All | Expand All

(-)ports/net/nicotine/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
.include <bsd.port.pre.mk>
23
.include <bsd.port.pre.mk>
24
24
25
.if exists(${PYTHON_SITELIBDIR}/ogg/vorbis.so) || defined(WITH_VORBIS)
25
.if exists(${PYTHON_SITELIBDIR}/ogg/vorbis.so) || defined(WITH_VORBIS)
26
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis
26
LIB_DEPENDS=	${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis
27
.else
27
.else
28
pre-everything::
28
pre-everything::
29
	@${ECHO_MSG} ""
29
	@${ECHO_MSG} ""

Return to bug 57531