summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net-p2p/nicotine-plus/Makefile4
-rw-r--r--net-p2p/nicotine/Makefile4
-rw-r--r--net/nicotine/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/net-p2p/nicotine-plus/Makefile b/net-p2p/nicotine-plus/Makefile
index c3d7ef4..e6745ea 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 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} ""
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile
index c3d7ef4..e6745ea 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} ""
OpenPOWER on IntegriCloud