Date: Thu, 19 Oct 2017 22:02:31 +0000 (UTC) From: Vladimir Kondratyev <wulf@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452492 - head/devel/evemu Message-ID: <201710192202.v9JM2VY5079703@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wulf (src committer) Date: Thu Oct 19 22:02:31 2017 New Revision: 452492 URL: https://svnweb.freebsd.org/changeset/ports/452492 Log: devel/evemu: - Whitespace - Make proper use of options for python dependency Approved by: mat, gonzo (mentor) Modified: head/devel/evemu/Makefile Modified: head/devel/evemu/Makefile ============================================================================== --- head/devel/evemu/Makefile Thu Oct 19 21:36:53 2017 (r452491) +++ head/devel/evemu/Makefile Thu Oct 19 22:02:31 2017 (r452492) @@ -3,7 +3,7 @@ PORTNAME= evemu PORTVERSION= 2.6.0 -CATEGORIES= devel +CATEGORIES= devel MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/ MAINTAINER= wulf@FreeBSD.org @@ -14,7 +14,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= v4l_compat>=0:multimedia/v4l_compat LIB_DEPENDS= libevdev.so:devel/libevdev -USES= tar:xz python:2,build pathfix libtool pkgconfig localbase +USES= tar:xz pathfix libtool pkgconfig localbase OPTIONS_DEFINE= MANPAGES PYTHON OPTIONS_DEFAULT=MANPAGES @@ -25,7 +25,8 @@ MANPAGES_BUILD_DEPENDS= minixmlto:textproc/minixmlto MANPAGES_CONFIGURE_ENV= XMLTO=${LOCALBASE}/bin/minixmlto MANPAGES_CONFIGURE_ENV_OFF= ac_cv_path_XMLTO="" \ ac_cv_path_ASCIIDOC="" -PYTHON_RUN_DEPENDS= ${PYTHON_CMD}:${PYTHON_PORTSDIR} +PYTHON_USES= python:2 +PYTHON_USES_OFF= python:2,build PYTHON_CONFIGURE_ENABLE= python-bindings GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710192202.v9JM2VY5079703>