svn commit: r452492 - head/devel/evemu
Vladimir Kondratyev
wulf at FreeBSD.org
Thu Oct 19 22:02:33 UTC 2017
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 at 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
More information about the svn-ports-head
mailing list