Date: Sat, 20 Sep 2014 13:39:19 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368638 - head/devel/pydbus-common Message-ID: <201409201339.s8KDdJOP004619@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Sat Sep 20 13:39:18 2014 New Revision: 368638 URL: http://svnweb.freebsd.org/changeset/ports/368638 QAT: https://qat.redports.org/buildarchive/r368638/ Log: Switch to USES python depends. Obtained from: gnome dev repo. Modified: head/devel/pydbus-common/Makefile Modified: head/devel/pydbus-common/Makefile ============================================================================== --- head/devel/pydbus-common/Makefile Sat Sep 20 13:08:06 2014 (r368637) +++ head/devel/pydbus-common/Makefile Sat Sep 20 13:39:18 2014 (r368638) @@ -1,6 +1,6 @@ # Created by: Gustau Perez i Querol <gustau.perez@gmail.com> # $FreeBSD$ -# $MCom: ports/trunk/devel/pydbus-common/Makefile 19685 2014-05-25 13:11:28Z kwm $ +# $MCom: ports/trunk/devel/pydbus-common/Makefile 19804 2014-08-13 14:55:11Z kwm $ PORTNAME= dbus PORTVERSION= 1.1.1 @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} \ INSTALL_TARGET= install-strip .if ${SLAVE_PORT} == no -USE_PYTHON_BUILD= 2 +USES+= python:2,build DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} @@ -70,10 +70,10 @@ LIB_DEPENDS+= libdbus-glib-1.so:${PORTSD RUN_DEPENDS+= pydbus-common>=0:${PORTSDIR}/devel/pydbus-common USE_LDCONFIG= yes .if ${SLAVE_PORT} == python2 -USE_PYTHON= 2 +USES+= python:2 .endif .if ${SLAVE_PORT} == python3 -USE_PYTHON= 3 +USES+= python:3 .endif post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409201339.s8KDdJOP004619>