diff options
author | mat <mat@FreeBSD.org> | 2018-02-20 00:20:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-02-20 00:20:42 +0800 |
commit | 649d780af05fa5621a29ffcc3e7958501d508a54 (patch) | |
tree | f8a3be0074b269ddac8b288c7cac4f12a044a6f7 /net-im | |
parent | 1a89db0493d7b55889b2bf1bff143a6c3bd2937c (diff) | |
download | freebsd-ports-gnome-649d780af05fa5621a29ffcc3e7958501d508a54.tar.gz freebsd-ports-gnome-649d780af05fa5621a29ffcc3e7958501d508a54.tar.zst freebsd-ports-gnome-649d780af05fa5621a29ffcc3e7958501d508a54.zip |
Don't abuse opt_VARS to add to USES.
Sponsored by: Absolight
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/toxic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |