diff options
author | arved <arved@FreeBSD.org> | 2006-01-30 01:16:39 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-01-30 01:16:39 +0800 |
commit | 7b85b0b4986a9db5ea9050a4b94284c9f69608ec (patch) | |
tree | 554fbd25eda0d07e4a305248be7258b6949a0e05 | |
parent | cc28262fa7617cf8a8df5012840bee7ec45a56a0 (diff) | |
download | freebsd-ports-gnome-7b85b0b4986a9db5ea9050a4b94284c9f69608ec.tar.gz freebsd-ports-gnome-7b85b0b4986a9db5ea9050a4b94284c9f69608ec.tar.zst freebsd-ports-gnome-7b85b0b4986a9db5ea9050a4b94284c9f69608ec.zip |
Mark this port IGNORE, it requires the Togl module of py-opengl which
is not installed by the py-opengl port since 2004-05-13 (because it does
not work with tk-8.4)
Since the MASTER_SITE is down, mark it DEPRECATED and set an
EXPIRATION_DATE.
PR: 92283
Reported by: markzero <m@darklogik.org>
-rw-r--r-- | graphics/threeDS/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/threeDS/Makefile b/graphics/threeDS/Makefile index 71d3800fdb16..95479672ba56 100644 --- a/graphics/threeDS/Makefile +++ b/graphics/threeDS/Makefile @@ -18,6 +18,10 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-ope USE_PYTHON= yes +DEPRECATED= dead project +EXPIRATION_DATE= 2005-02-28 +IGNORE= does not run + do-build: ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${WRKSRC} |