diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-09-26 21:21:25 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-09-26 21:21:25 +0000 |
commit | 093bbce65c500454a6e8154c9c7da8c576a5acd1 (patch) | |
tree | 522179902c56d6a60e39c02483197ae0f520368e | |
parent | 79561252510ae1fa04e3d3ce9b2400039be7c974 (diff) | |
download | freebsd-ports-093bbce65c500454a6e8154c9c7da8c576a5acd1.zip |
Mark DEPRECATED with an EXPIRATION_DATE of 2009-10-26 since it depends
on an old version of GCC, lacks a maintainer, and is not used by any
other port, apart from being dead upstream.
Feature safe: yes
-rw-r--r-- | editors/qemacs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/qemacs/Makefile b/editors/qemacs/Makefile index bc8ea8fbc667..04511d6e63e7 100644 --- a/editors/qemacs/Makefile +++ b/editors/qemacs/Makefile @@ -20,6 +20,9 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" --make="${GMAKE}" --cc="${CC}" \ --extra-cflags="${CFLAGS}" --extra-ldflags="${LDFLAGS}" USE_GCC= 3.4 +DEPRECATED= depends on old version of GCC, no maintainer, not used by any other port, dead upstream +EXPIRATION_DATE=2009-10-26 + DATADIR= ${PREFIX}/share/qe MAN1= qe.1 |