From 198f914f0a283291a58d425e6b07680eb3212db9 Mon Sep 17 00:00:00 2001 From: wjv Date: Tue, 18 Sep 2001 13:27:46 +0000 Subject: - Add previously ommitted dependency on $PYDISTUTILS - Bump PORTREVISION --- www/quixote/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/quixote') diff --git a/www/quixote/Makefile b/www/quixote/Makefile index 54f41386e862..92423c71b42d 100644 --- a/www/quixote/Makefile +++ b/www/quixote/Makefile @@ -7,12 +7,14 @@ PORTNAME= quixote PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.mems-exchange.org/software/files/quixote/ DISTNAME= Quixote-${PORTVERSION} MAINTAINER= wjv@FreeBSD.org +BUILD_DEPENDS= ${PYDISTUTILS} RUN_DEPENDS= ${PYTHON_SITELIBDIR}/compiler/__init__.py:${PORTSDIR}/lang/py-compiler USE_PYTHON= yes -- cgit