aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorwjv <wjv@FreeBSD.org>2001-09-18 21:27:46 +0800
committerwjv <wjv@FreeBSD.org>2001-09-18 21:27:46 +0800
commit198f914f0a283291a58d425e6b07680eb3212db9 (patch)
tree4f4c110fd61df78edfdafd1fc4a7f7416fc92511 /www
parentce7ec533684666b023fa5a044dc7037c75a5fd26 (diff)
downloadfreebsd-ports-graphics-198f914f0a283291a58d425e6b07680eb3212db9.tar.gz
freebsd-ports-graphics-198f914f0a283291a58d425e6b07680eb3212db9.tar.zst
freebsd-ports-graphics-198f914f0a283291a58d425e6b07680eb3212db9.zip
- Add previously ommitted dependency on $PYDISTUTILS
- Bump PORTREVISION
Diffstat (limited to 'www')
-rw-r--r--www/quixote/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/quixote/Makefile b/www/quixote/Makefile
index 54f41386e86..92423c71b42 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