summaryrefslogtreecommitdiffstats
path: root/devel/pydbus-common
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-13 22:55:11 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-13 22:55:11 +0800
commitb68067e5da780c0e2a0862e928c907b8f8660b73 (patch)
tree56e1c21007cf4d60df18b84ba6e0dba593611189 /devel/pydbus-common
parentfcb35eefd4dfbdb779f8666ef8ed813f2931cf16 (diff)
downloadmarcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar
marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.gz
marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.bz2
marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.lz
marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.xz
marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.zst
marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.zip
Convert:
USE_PYTHON* -> USES=python* USE_XZ|USE_BZIP2 -> USES=tar: replace some post-install ${STRIP_CMD} with INSTALL_TARGET=install-strip git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19804 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/pydbus-common')
-rw-r--r--devel/pydbus-common/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pydbus-common/Makefile b/devel/pydbus-common/Makefile
index f5aa59121..3b97069e6 100644
--- a/devel/pydbus-common/Makefile
+++ b/devel/pydbus-common/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} \
INSTALL_TARGET= install-strip
.if ${SLAVE_PORT} == no
-USE_PYTHON_BUILD= 2
+USES+= python:build,2
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
@@ -70,10 +70,10 @@ LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
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: