diff options
-rw-r--r-- | www/quixote/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |