diff options
author | hauke <hauke@pkgsrc.org> | 2018-12-19 13:42:12 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2018-12-19 13:42:12 +0000 |
commit | 1f211ca00abc62ba35c433b517c9c55c2da99073 (patch) | |
tree | 0c6a836f1786778894c62feee76176e788b5845f /editors | |
parent | 77d61729d697974f8d8afda85919501215f374fc (diff) | |
download | pkgsrc-1f211ca00abc62ba35c433b517c9c55c2da99073.tar.gz |
Augment debug option arguments.
Explicitly select garbage collector.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-current-nox11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-current-nox11/Makefile b/editors/xemacs-current-nox11/Makefile index c93b8d76088..580de69f91f 100644 --- a/editors/xemacs-current-nox11/Makefile +++ b/editors/xemacs-current-nox11/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2018/02/01 14:25:30 hauke Exp $ +# $NetBSD: Makefile,v 1.9 2018/12/19 13:42:12 hauke Exp $ PKGNAME= ${DISTNAME:S/-/-nox11-/} -PKGREVISION= 4 +PKGREVISION= 5 COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV} (no X11 support) # Version information in ../../editors/xemacs-current/Makefile.common |