diff options
author | sem <sem@FreeBSD.org> | 2005-02-09 17:38:44 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-02-09 17:38:44 +0800 |
commit | f44b183830a4ec5f0d73d1b944bb48914b1910aa (patch) | |
tree | 000ba064f2346def9430ae5890b6ca8a7737dd09 /Mk | |
parent | 700f140ec8aea2e1de6cd4183f1560e147bf547c (diff) | |
download | freebsd-ports-gnome-f44b183830a4ec5f0d73d1b944bb48914b1910aa.tar.gz freebsd-ports-gnome-f44b183830a4ec5f0d73d1b944bb48914b1910aa.tar.zst freebsd-ports-gnome-f44b183830a4ec5f0d73d1b944bb48914b1910aa.zip |
- Update port to 21.4.17 "Jumbo Shrimp".
- Sync up Motif selection algorithm with xemacs21-mule port.
- Remove GTK support for now, it was commented out and it does not work well.
- General Makefile cleanup
- Unbreak on sparc64
PR: ports/77291
Submitted by: Pawel Worach <pawel.worach(at)telia.com>
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.emacs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.emacs.mk b/Mk/bsd.emacs.mk index 0b9dc6b053ce..d013a3d5a1ba 100644 --- a/Mk/bsd.emacs.mk +++ b/Mk/bsd.emacs.mk @@ -1,5 +1,5 @@ # -# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.emacs.mk,v 1.37 2005-02-08 17:04:33 sem Exp $ +# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.emacs.mk,v 1.38 2005-02-09 09:38:44 sem Exp $ # # bsd.emacs.mk - 19990829 Shigeyuki Fukushima. # @@ -132,7 +132,7 @@ PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME} # XEmacs-21.x .elif (${EMACS_PORT_NAME} == "xemacs21") EMACS_NAME= xemacs -EMACS_VER= 21.4.16 +EMACS_VER= 21.4.17 EMACS_MAJOR_VER= 21 EMACS_LIBDIR?= lib/${EMACS_NAME} EMACS_LIBDIR_WITH_VER?= lib/${EMACS_NAME}-${EMACS_VER} |