diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-wxPython-common/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/py-wxPython30/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/py-wxPython-common/Makefile b/x11-toolkits/py-wxPython-common/Makefile index 79db0d145fa2..b8a2fc7b1040 100644 --- a/x11-toolkits/py-wxPython-common/Makefile +++ b/x11-toolkits/py-wxPython-common/Makefile @@ -1,4 +1,6 @@ # $FreeBSD$ + +PORTREVISION= 1 WITH_WXVERSION_ONLY= yes MASTERDIR= ${.CURDIR}/../py-wxPython30 diff --git a/x11-toolkits/py-wxPython30/Makefile b/x11-toolkits/py-wxPython30/Makefile index f8ebbc49a964..054bf03c0b50 100644 --- a/x11-toolkits/py-wxPython30/Makefile +++ b/x11-toolkits/py-wxPython30/Makefile @@ -25,8 +25,8 @@ PKGNAMESUFFIX= -common PYTHON_PY3K_PLIST_HACK= yes do-build: - ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/wxversion - ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/wxversion + ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -d ${PYTHON_SITELIBDIR} -f ${WRKSRC}/wxversion + ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -d ${PYTHON_SITELIBDIR} -f ${WRKSRC}/wxversion do-install: @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} |