diff options
author | obache <obache@pkgsrc.org> | 2006-09-30 12:24:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-09-30 12:24:45 +0000 |
commit | edb08114ec2a8613406119b08cc40df7fa1129c4 (patch) | |
tree | 5973533324ac0f1ab35345583aa9778b14846b88 /editors/xemacs-current | |
parent | 92a129123ca6fba717ff8070652389eec5e75cb4 (diff) | |
download | pkgsrc-edb08114ec2a8613406119b08cc40df7fa1129c4.tar.gz |
Some forgotten renumbering 19->27.
Diffstat (limited to 'editors/xemacs-current')
-rw-r--r-- | editors/xemacs-current/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index b222e250fb0..411b804307b 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2006/09/06 15:38:32 tron Exp $ +# $NetBSD: Makefile,v 1.56 2006/09/30 12:24:45 obache Exp $ DISTNAME= xemacs-21.5.27 @@ -7,14 +7,14 @@ MASTER_SITES= ${MASTER_SITE_XEMACS:=xemacs-21.5/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.xemacs.org/ -COMMENT= *BETA* XEmacs text editor version 21.5.19 +COMMENT= *BETA* XEmacs text editor version 21.5.27 CONFLICTS+= gnuclient-[0-9]* BUILD_DEFS+= XEMACS_WIDGETS -PLIST_SUBST+= EMACSVER=xemacs-21.5-b19 -MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b19 +PLIST_SUBST+= EMACSVER=xemacs-21.5-b27 +MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b27 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" GCC_REQD+= 2.95.3 |