diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-09-24 06:10:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-09-24 06:10:38 +0000 |
commit | 6de7fd2ac1c577c30df2b9bc17d1838b81c36924 (patch) | |
tree | 764f7ebbd0dcba0ac64754159f3dc0a2a05a569f /graphics/q-graph | |
parent | 7807b330a12e007754565a177dea24b22ec052c5 (diff) |
Deprecate lang/q, which does not compile with GCC 4.2. It is also a very
old version. Also deprecate its dependencies.
Notes
Notes:
svn path=/head/; revision=220609
Diffstat (limited to 'graphics/q-graph')
-rw-r--r-- | graphics/q-graph/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/q-graph/Makefile b/graphics/q-graph/Makefile index 827383142087..5c6b347245fd 100644 --- a/graphics/q-graph/Makefile +++ b/graphics/q-graph/Makefile @@ -18,6 +18,9 @@ COMMENT= Q-Graph -- graph library and editor for the Q language RUN_DEPENDS= ${LOCALBASE}/bin/q:${PORTSDIR}/lang/q +DEPRECATED= depends on deprecated port lang/q +EXPIRATION_DATE= 2008-12-24 + USE_GNOME= gnometarget GNU_CONFIGURE= yes |