diff options
author | mat <mat@FreeBSD.org> | 2018-05-22 21:15:13 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-05-22 21:15:13 +0800 |
commit | cff6da1b7fcbd896785c044bbdfe462c9fb1a74c (patch) | |
tree | c832b87b776a5db072088687b910601d961726da /irc | |
parent | 9304895709a6f8eba3df00bc5410b6f5dbe8382f (diff) | |
download | freebsd-ports-gnome-cff6da1b7fcbd896785c044bbdfe462c9fb1a74c.tar.gz freebsd-ports-gnome-cff6da1b7fcbd896785c044bbdfe462c9fb1a74c.tar.zst freebsd-ports-gnome-cff6da1b7fcbd896785c044bbdfe462c9fb1a74c.zip |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitlbee/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile index 0e281bc226f5..dd17ead022c4 100644 --- a/irc/bitlbee/Makefile +++ b/irc/bitlbee/Makefile @@ -82,7 +82,7 @@ OTR_LIB_DEPENDS= libotr.so.5:security/libotr \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error SKYPE_CONFIGURE_ON= --skype=1 -SKYPE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Skype4Py>0:net-im/py-skype4py +SKYPE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Skype4Py>0:net-im/py-skype4py@${PY_FLAVOR} SKYPE_USES= python:2.7 TWITTER_CONFIGURE_OFF= --twitter=0 YAHOO_CONFIGURE_OFF= --yahoo=0 |