diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:36:12 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:36:12 +0000 |
commit | 734b61f327683a6f33dff50fd033a2320cd3e0d6 (patch) | |
tree | 6c81a8048a5cb3b8b09b589e7ef9bc5732d5be77 /graphics/driconf | |
parent | f7a05e2b63bd7e68a0258979cd88c065e7dd4d4a (diff) |
- Convert ports of graphics/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371326
Diffstat (limited to 'graphics/driconf')
-rw-r--r-- | graphics/driconf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/driconf/Makefile b/graphics/driconf/Makefile index eca767795479..d1ec3dcef057 100644 --- a/graphics/driconf/Makefile +++ b/graphics/driconf/Makefile @@ -15,10 +15,9 @@ COMMENT= Configuration program for DRI drivers RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 USE_GL= glut -USE_PYTHON= yes +USE_PYTHON= distutils NO_BUILD= yes -USES= gettext -USE_PYDISTUTILS= yes +USES= gettext python PYDISTUTILS_EGGINFODIR= ${STAGEDIR}${PREFIX}/lib/driconf pre-patch: |