From 04b4033738d6740b7841bd31574a75567ceac9d9 Mon Sep 17 00:00:00 2001 From: wjv Date: Wed, 9 Jan 2002 14:49:55 +0000 Subject: - Update to versoin 0.4.3 --- www/quixote/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'www/quixote/Makefile') diff --git a/www/quixote/Makefile b/www/quixote/Makefile index 9158563570d2..8a6a8c94a5e7 100644 --- a/www/quixote/Makefile +++ b/www/quixote/Makefile @@ -6,7 +6,7 @@ # PORTNAME= quixote -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.3 CATEGORIES= www python MASTER_SITES= http://www.mems-exchange.org/software/files/quixote/ DISTNAME= Quixote-${PORTVERSION} @@ -14,11 +14,15 @@ DISTNAME= Quixote-${PORTVERSION} MAINTAINER= wjv@FreeBSD.org BUILD_DEPENDS= ${PYDISTUTILS} -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/compiler/__init__.py:${PORTSDIR}/lang/py-compiler USE_PYTHON= yes PYTHON_SETUP= ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py -EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME} + +.include + +.if ${PYTHON_REL} < 220 +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/compiler/__init__.py:${PORTSDIR}/lang/py-compiler +.endif do-build: @ cd ${WRKSRC} && ${PYTHON_SETUP} build @@ -43,4 +47,4 @@ post-install: .endfor .endif -.include +.include -- cgit