diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-09-18 13:27:46 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-09-18 13:27:46 +0000 |
commit | 0d8a294f021851eccbbea6f54a56511622f9bb25 (patch) | |
tree | 2e212ba1d496a1bb62293f7be2e9725c9a4a3d63 /www/quixote | |
parent | 7e30101e3264e94fc8d8ffaac92dc4920aed1282 (diff) |
Notes
Diffstat (limited to 'www/quixote')
-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 |