diff options
-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 |