diff options
Diffstat (limited to 'audio/py-shout/Makefile')
-rw-r--r-- | audio/py-shout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-shout/Makefile b/audio/py-shout/Makefile index 6ee5e3088c35..851061cc31be 100644 --- a/audio/py-shout/Makefile +++ b/audio/py-shout/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-python-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Python bindings for libshout2 -LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 +LIB_DEPENDS= libshout.so:${PORTSDIR}/audio/libshout2 EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} |