svn commit: r349007 - head/x11-toolkits/py-wax
Baptiste Daroussin
bapt at FreeBSD.org
Mon Mar 24 15:02:21 UTC 2014
Author: bapt
Date: Mon Mar 24 15:02:20 2014
New Revision: 349007
URL: http://svnweb.freebsd.org/changeset/ports/349007
QAT: https://qat.redports.org/buildarchive/r349007/
Log:
Properly use bsd.wx.mk
This fixes index
Modified:
head/x11-toolkits/py-wax/Makefile
Modified: head/x11-toolkits/py-wax/Makefile
==============================================================================
--- head/x11-toolkits/py-wax/Makefile Mon Mar 24 15:00:23 2014 (r349006)
+++ head/x11-toolkits/py-wax/Makefile Mon Mar 24 15:02:20 2014 (r349007)
@@ -11,10 +11,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit at FreeBSD.org
COMMENT= A user-friendly layer on top of wxPython
-RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/${WX_PYTHON_DIR}/wxPython/_wx.py:${PORTSDIR}/x11-toolkits/py-wxPython26
-
NO_BUILD= yes
USE_PYTHON= yes
+USE_WX= 2.8
+WX_UNICODE= yes
+WX_COMPS= python:run
DATADIR= ${PYTHON_SITELIBDIR}
@@ -39,10 +40,4 @@ do-install:
${MV} ${DATADIR}/${PORTNAME}/examples ${EXAMPLESDIR}
.endif
-.if defined(WITH_UNICODE)
-WX_PYTHON_DIR= wx-2.6-gtk2-unicode
-.else
-WX_PYTHON_DIR= wx-2.6-gtk2-ansi
-.endif
-
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list