diff options
author | linimon <linimon@FreeBSD.org> | 2008-09-24 14:10:38 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-09-24 14:10:38 +0800 |
commit | c2ccc90af94fdeb612acf75659a2bcf110e81538 (patch) | |
tree | e3be6fd14d508fbdb2b8a977a89ef7b86c54dbd8 /graphics | |
parent | 628973df41deca783047559fa8a76dc2bc71cd56 (diff) | |
download | freebsd-ports-gnome-c2ccc90af94fdeb612acf75659a2bcf110e81538.tar.gz freebsd-ports-gnome-c2ccc90af94fdeb612acf75659a2bcf110e81538.tar.zst freebsd-ports-gnome-c2ccc90af94fdeb612acf75659a2bcf110e81538.zip |
Deprecate lang/q, which does not compile with GCC 4.2. It is also a very
old version. Also deprecate its dependencies.
Diffstat (limited to 'graphics')
-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 |