From b3368dcebbd09d9ff4b5ed2fec81d26eb727cd25 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Mon, 2 Oct 2000 03:14:25 +0000 Subject: USE_PYTHON so that this works with python1.5, python1.6, and python2.0. --- x11-toolkits/py-wxPython24/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-toolkits/py-wxPython24/Makefile') 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: -- cgit v1.2.3