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 /lang | |
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 'lang')
-rw-r--r-- | lang/q/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/q/Makefile b/lang/q/Makefile index 0ae2ff98ca54..239c68c8f561 100644 --- a/lang/q/Makefile +++ b/lang/q/Makefile @@ -25,6 +25,8 @@ LIB_DEPENDS= MagickWand.1:${PORTSDIR}/graphics/ImageMagick \ curl:${PORTSDIR}/ftp/curl BROKEN= bad plist +DEPRECATED= old version, broken plist +EXPIRATION_DATE= 2008-12-24 USE_BISON= build USE_GNOME= gnometarget libxml2 libxslt |