diff options
author | tg <tg@FreeBSD.org> | 2000-09-08 20:24:00 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-09-08 20:24:00 +0800 |
commit | f46a23226cb7a1d16623038c6519f7662c714686 (patch) | |
tree | ae4f4d0b8778ae928f0d494fb4a035cfd75b0836 /graphics | |
parent | e7dc2812a06cf91df38399f8e2dba6c909f2a368 (diff) | |
download | freebsd-ports-graphics-f46a23226cb7a1d16623038c6519f7662c714686.tar.gz freebsd-ports-graphics-f46a23226cb7a1d16623038c6519f7662c714686.tar.zst freebsd-ports-graphics-f46a23226cb7a1d16623038c6519f7662c714686.zip |
Don't break package building on Satoshi's cluster. Explicitly depend
on python1.5:lang/python15.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/piddle/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-opengl/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/piddle/Makefile b/graphics/piddle/Makefile index 73e82b68949..6804f65506e 100644 --- a/graphics/piddle/Makefile +++ b/graphics/piddle/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= dom@myrddin.demon.co.uk -RUN_DEPENDS= python:${PORTSDIR}/lang/python +RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python15 WRKSRC= ${WRKDIR}/${PKGNAME} NO_BUILD= yes diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile index 28210e38e69..f6f8536a259 100644 --- a/graphics/py-opengl/Makefile +++ b/graphics/py-opengl/Makefile @@ -15,9 +15,9 @@ DISTNAME= PyOpenGL-${PORTVERSION} MAINTAINER= aa8vb@ipass.net -BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ +BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python15 \ ${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/numpy -RUN_DEPENDS= python:${PORTSDIR}/lang/python \ +RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python15 \ ${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/numpy USE_MESA= yes |