diff options
Diffstat (limited to 'editors/xemacs-current/Makefile')
-rw-r--r-- | editors/xemacs-current/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index 61c91b70f3d..5116f109bd0 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.30 2003/09/17 19:40:17 grant Exp $ +# $NetBSD: Makefile,v 1.31 2003/12/03 00:50:34 magick Exp $ -DISTNAME= xemacs-21.5.15 +DISTNAME= xemacs-21.5.16 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=xemacs-21.5/} MAINTAINER= magick@NetBSD.org HOMEPAGE= http://www.xemacs.org/ -COMMENT= *BETA* XEmacs text editor version 21.5.15 +COMMENT= *BETA* XEmacs text editor version 21.5.16 USE_BUILDLINK2= YES USE_X11= YES -PLIST_SUBST+= EMACSVER=xemacs-21.5-b15 -MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b15 +PLIST_SUBST+= EMACSVER=xemacs-21.5-b16 +MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b16 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" USE_PKGSRC_GCC= # defined |