diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-09-08 12:24:00 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-09-08 12:24:00 +0000 |
commit | 78bbc51a8841b41205392bbb2614b424f4c0c31b (patch) | |
tree | 90563279b6bc43e0f927347ff28a6a9866a3c634 /devel/py-htmlkit/Makefile | |
parent | Enable mouse in svgalib. (diff) |
Don't break package building on Satoshi's cluster. Explicitly depend
on python1.5:lang/python15.
Diffstat (limited to 'devel/py-htmlkit/Makefile')
-rw-r--r-- | devel/py-htmlkit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-htmlkit/Makefile b/devel/py-htmlkit/Makefile index eb1e5a4b16de..5719156bfc10 100644 --- a/devel/py-htmlkit/Makefile +++ b/devel/py-htmlkit/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tar MAINTAINER= kbyanc@posi.net -RUN_DEPENDS= python:${PORTSDIR}/lang/python +RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python15 NO_BUILD= yes |