From owner-svn-ports-head@freebsd.org Thu Oct 19 22:02:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE5B1E48AFA; Thu, 19 Oct 2017 22:02:32 +0000 (UTC) (envelope-from wulf@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC11582B62; Thu, 19 Oct 2017 22:02:32 +0000 (UTC) (envelope-from wulf@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9JM2Vs9079704; Thu, 19 Oct 2017 22:02:31 GMT (envelope-from wulf@FreeBSD.org) Received: (from wulf@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9JM2VY5079703; Thu, 19 Oct 2017 22:02:31 GMT (envelope-from wulf@FreeBSD.org) Message-Id: <201710192202.v9JM2VY5079703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wulf set sender to wulf@FreeBSD.org using -f From: Vladimir Kondratyev Date: Thu, 19 Oct 2017 22:02:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452492 - head/devel/evemu X-SVN-Group: ports-head X-SVN-Commit-Author: wulf X-SVN-Commit-Paths: head/devel/evemu X-SVN-Commit-Revision: 452492 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2017 22:02:33 -0000 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