diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-16 02:16:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-16 02:16:42 +0800 |
commit | 34bd07ff0f37a480912cfc085aabf985dfdc5481 (patch) | |
tree | 88638be0741853d8c63419adc73e3a08585ff12d /graphics/driconf | |
parent | 4e6aa51fcf2f0d26e7bb816665e356035c79b4bb (diff) | |
download | freebsd-ports-gnome-34bd07ff0f37a480912cfc085aabf985dfdc5481.tar.gz freebsd-ports-gnome-34bd07ff0f37a480912cfc085aabf985dfdc5481.tar.zst freebsd-ports-gnome-34bd07ff0f37a480912cfc085aabf985dfdc5481.zip |
Deprecate unmaintained ports from graphics where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Diffstat (limited to 'graphics/driconf')
-rw-r--r-- | graphics/driconf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/driconf/Makefile b/graphics/driconf/Makefile index 837e65845cec..6870166bcaa3 100644 --- a/graphics/driconf/Makefile +++ b/graphics/driconf/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://people.freedesktop.org/~fxkuehl/driconf/ MAINTAINER= ports@FreeBSD.org COMMENT= Configuration program for DRI drivers +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 USE_GL= glut |