svn commit: r368638 - head/devel/pydbus-common
Koop Mast
kwm at FreeBSD.org
Sat Sep 20 13:39:19 UTC 2014
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 at 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:
More information about the svn-ports-all
mailing list