diff options
author | kris <kris@FreeBSD.org> | 2004-03-21 15:39:49 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-21 15:39:49 +0800 |
commit | 8844b2dd4c2a177c7c9bce85f1674fbefcdfa10a (patch) | |
tree | 7f4884a71d2bb91ee8813334150e1d1cc6fc9df1 /www/w3 | |
parent | 5cfcf7f635b937d037d1ca47d55fffc4a02629fb (diff) | |
download | freebsd-ports-gnome-8844b2dd4c2a177c7c9bce85f1674fbefcdfa10a.tar.gz freebsd-ports-gnome-8844b2dd4c2a177c7c9bce85f1674fbefcdfa10a.tar.zst freebsd-ports-gnome-8844b2dd4c2a177c7c9bce85f1674fbefcdfa10a.zip |
Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21. Retire the editors/emacs21 port.
PR: ports/24983
Diffstat (limited to 'www/w3')
-rw-r--r-- | www/w3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3/Makefile b/www/w3/Makefile index e568444a5f92..bffd93065318 100644 --- a/www/w3/Makefile +++ b/www/w3/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= ftp://ftp.iij.ad.jp/pub/network/WWW/w3/ \ MAINTAINER= kiri@kiri.toba-cmt.ac.jp COMMENT?= WWW browser based on emacs/mule -BUILD_DEPENDS?= emacs-19.34:${PORTSDIR}/editors/emacs -RUN_DEPENDS?= emacs-19.34:${PORTSDIR}/editors/emacs +BUILD_DEPENDS?= emacs-19.34:${PORTSDIR}/editors/emacs19 +RUN_DEPENDS?= emacs-19.34:${PORTSDIR}/editors/emacs19 WRKSRC= ${WRKDIR}/w3 MAKE_ENV+= EMACSCMD=${EMACSCMD} ELISPDIR=${ELISPDIR} \ |