diff options
author | hauke <hauke@pkgsrc.org> | 2021-03-28 10:36:33 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2021-03-28 10:36:33 +0000 |
commit | bde8b1a7adc0ab2574de26885ca3a5acb11e1147 (patch) | |
tree | 362ae69313873c87d14a45b697260a993e1c7f07 /editors/xemacs-current/Makefile | |
parent | 4b5354573912a2ceabac8a47ea403f439cd58cd1 (diff) | |
download | pkgsrc-bde8b1a7adc0ab2574de26885ca3a5acb11e1147.tar.gz |
Use gtar instead of the base tar(1) in the xemacs* top-level Makefile
because of a problem with NetBSD-current libarchive-as-tar, see bin/56080.
Note this depencency is not a burden, since xemacs-packages requires
gtar, anyway.
Diffstat (limited to 'editors/xemacs-current/Makefile')
-rw-r--r-- | editors/xemacs-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index 5f077c64340..c525ed3303d 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.107 2020/10/02 11:31:14 hauke Exp $ +# $NetBSD: Makefile,v 1.108 2021/03/28 10:36:33 hauke Exp $ PKGNAME= ${DISTNAME} -PKGREVISION= 15 +PKGREVISION= 16 COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV} # extra options for x11 support, not for sharing with xemacs-current-nox11 |