diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/py-supybot-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/py-supybot-plugins/Makefile b/irc/py-supybot-plugins/Makefile index 148f5f7df9c2..89ff73f11501 100644 --- a/irc/py-supybot-plugins/Makefile +++ b/irc/py-supybot-plugins/Makefile @@ -12,9 +12,9 @@ DISTNAME= Supybot-plugins-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Official plugin pack for Supybot -RUN_DEPENDS= supybot:irc/py-supybot +RUN_DEPENDS= supybot:irc/py-supybot@${PY_FLAVOR} -USES= python tar:bzip2 +USES= python:2.7 tar:bzip2 post-extract: # Delete, because it now included in irc/py-supybot |