diff options
author | linimon <linimon@FreeBSD.org> | 2007-07-19 17:52:16 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-07-19 17:52:16 +0800 |
commit | f6fde259898b2380fbef7def8cf461f8ac61b1f2 (patch) | |
tree | e39a8fdb05aaeccced1d62be19bbee2062284912 /editors/mule-common/Makefile | |
parent | 9873c52a339cd4366c069c85d9421a9248f6db53 (diff) | |
download | freebsd-ports-graphics-f6fde259898b2380fbef7def8cf461f8ac61b1f2.tar.gz freebsd-ports-graphics-f6fde259898b2380fbef7def8cf461f8ac61b1f2.tar.zst freebsd-ports-graphics-f6fde259898b2380fbef7def8cf461f8ac61b1f2.zip |
Continue the deorbit burn of ports that are multilingual versions of emacs19
and obsoleted by emacs20 and later.
Discussed with: NIIMI Satoshi
Hat: portmgr
Diffstat (limited to 'editors/mule-common/Makefile')
-rw-r--r-- | editors/mule-common/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile index eea53650f84..b672f283621 100644 --- a/editors/mule-common/Makefile +++ b/editors/mule-common/Makefile @@ -18,6 +18,9 @@ DISTFILES= mule-${MULE_VERSION}-${EMACS_VERSION}.tar.gz \ MAINTAINER= ports@FreeBSD.org COMMENT= For a multilingual emacs, emacs lisp files, info pages, etc (except executables) +DEPRECATED= emacs19 and related ports are obsolete; please use a more recent version +EXPIRATION_DATE= 2007-08-19 + MULE_VERSION= 2.3 EMACS_VERSION= 19.34 @@ -26,7 +29,7 @@ USE_XORG= xbitmaps .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +BROKEN= Does not compile on !i386 .endif .if ${OSVERSION} > 600000 @@ -125,7 +128,7 @@ WRKDIR= ${WRKDIRBASE}/editors/mule/work pre-build:: @cd ${.CURDIR}/../mule; make .else -IGNORE= First you should build install a port for mule except mule-common +IGNORE= first you should build install a port for mule except mule-common .endif .endif |