diff options
Diffstat (limited to 'x11-toolkits/py-wxPython24/Makefile')
-rw-r--r-- | x11-toolkits/py-wxPython24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-wxPython24/Makefile b/x11-toolkits/py-wxPython24/Makefile index 4e914f0b4f79..6c7719a0ba18 100644 --- a/x11-toolkits/py-wxPython24/Makefile +++ b/x11-toolkits/py-wxPython24/Makefile @@ -13,12 +13,11 @@ DISTNAME= wxPython-${PORTVERSION} MAINTAINER= nectar@FreeBSD.ORG -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python15 LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk -RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python15 WRKSRC= ${WRKDIR}/${DISTNAME}/src +USE_PYTHON= YES USE_GMAKE= YES USE_NEWGCC= YES MAKE_ENV= "LN_S=${LN} -s" "INSTALL_DATA=${INSTALL_DATA}" @@ -26,6 +25,7 @@ ALL_TARGET= default INSTALL_TARGET= install-freebsd TARGETDIR= ${PREFIX}/lib/python1.5/site-packages/wxPython +TARGETDIR= ${PYTHON_SITELIBDIR}/wxPython HELPERLIBDIR= ${PREFIX}/lib do-configure: |