From 649d780af05fa5621a29ffcc3e7958501d508a54 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 19 Feb 2018 16:20:42 +0000 Subject: Don't abuse opt_VARS to add to USES. Sponsored by: Absolight --- net-im/toxic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-im') diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index f50c233b088c..d9a9b1a5f1cf 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -35,7 +35,7 @@ X11_USE= GNOME=gdkpixbuf2,glib20 XORG=x11 X11_MAKE_ARGS_OFF= DISABLE_X11=1 DISABLE_DESKTOP_NOTIFY=1 X11_LIB_DEPENDS=libnotify.so:devel/libnotify -PYTHON_VARS= USES+=python:3.3+ +PYTHON_USES= python:3.3+ PYTHON_MAKE_ARGS= ENABLE_PYTHON=1 MAKE_ENV= USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}" -- cgit