diff options
author | wiz <wiz> | 2008-11-10 17:21:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-11-10 17:21:33 +0000 |
commit | bfb6ba990098ef0c3de2719b460d65c680f83388 (patch) | |
tree | acd08afb8bfbd87219ea006085bd5a4ba4ba5388 /editors/xemacs | |
parent | 26d409778ef78f8bfa0bd0ecc76f717d569b084b (diff) | |
download | pkgsrc-bfb6ba990098ef0c3de2719b460d65c680f83388.tar.gz |
Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 9cd681d533d..639ef72edb7 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.88 2008/04/29 14:07:15 tonnerre Exp $ +# $NetBSD: Makefile,v 1.89 2008/11/10 17:21:34 wiz Exp $ PKGNAME?= ${DISTNAME} COMMENT?= XEmacs text editor version 21 DISTNAME= xemacs-21.4.17 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/} DISTFILES= ${DISTNAME}.tar.gz ${DISTNAME}-elc.tar.gz \ |