diff options
author | cgd <cgd@pkgsrc.org> | 1999-06-16 17:28:24 +0000 |
---|---|---|
committer | cgd <cgd@pkgsrc.org> | 1999-06-16 17:28:24 +0000 |
commit | 948edb1e0e44dca68753fea6e38faf2a16a3f102 (patch) | |
tree | 00392aed48fc860f6cda404dd92457ad48f6cb5d /print/enscript | |
parent | 61e3e4eb823dc8f2b968c435901a39c1b8368466 (diff) | |
download | pkgsrc-948edb1e0e44dca68753fea6e38faf2a16a3f102.tar.gz |
papersize-1.0 had a bug: when setpapersize was run, magicfilter's filter
scripts (.../libexec/magicfilter/*-filter) would as a side effect have
their executable bit set. Fix that, bump the papersize revisions to
1.0.1, and update other packages' DEPENDS lines to compensate.
Diffstat (limited to 'print/enscript')
-rw-r--r-- | print/enscript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/enscript/Makefile b/print/enscript/Makefile index 6d2950b0792..f1006bc7f15 100644 --- a/print/enscript/Makefile +++ b/print/enscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/05/20 20:09:51 tron Exp $ +# $NetBSD: Makefile,v 1.15 1999/06/16 17:28:24 cgd Exp $ # FreeBSD Id: Makefile,v 1.4 1997/11/27 08:10:30 tg Exp # @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=enscript/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.ngs.fi/mtr/genscript/ -DEPENDS+= papersize-1.0:../../print/papersize +DEPENDS+= papersize-1.0.1:../../print/papersize GNU_CONFIGURE= yes |