diff options
author | wiz <wiz> | 2011-01-13 13:53:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-01-13 13:53:23 +0000 |
commit | f23530ec63c0b57dfe7851cb94c5f0228b41900b (patch) | |
tree | d235dceb5492df43911f7f1b522b59cc6164c7b2 /editors/xemacs-current/Makefile | |
parent | 8f17cd0f2e69c30afab26c5af461f89c9f9a45b9 (diff) | |
download | pkgsrc-f23530ec63c0b57dfe7851cb94c5f0228b41900b.tar.gz |
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
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 8b127c8dca8..614fd066cdf 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2010/06/14 10:34:39 dholland Exp $ +# $NetBSD: Makefile,v 1.69 2011/01/13 13:53:27 wiz Exp $ PKGNAME?= ${DISTNAME} COMMENT?= *BETA* XEmacs text editor version ${PKGVERSION_NOREV} @@ -6,7 +6,7 @@ COMMENT?= *BETA* XEmacs text editor version ${PKGVERSION_NOREV} DISTNAME= xemacs-21.5.27 EMACSVERSION= 21.5-b27 EMACS_DISTNAME= xemacs-${EMACSVERSION} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/} |