diff options
author | reed <reed> | 2006-01-06 02:51:12 +0000 |
---|---|---|
committer | reed <reed> | 2006-01-06 02:51:12 +0000 |
commit | cd762b32193d47a4b986228d60f229e4653589e0 (patch) | |
tree | 8d8a506ad7e2dc5556f49fb49cc3513fd0a37950 /print | |
parent | d3f18a499f54652a59d8a9675fe4bf4d99088d28 (diff) | |
download | pkgsrc-cd762b32193d47a4b986228d60f229e4653589e0.tar.gz |
Remove dependency on papersize.
The package build for this package already honors the PAPERSIZE
setting. (As discussed on tech-pkg.)
Not bumping PKGREVISION, since I just bumped it a couple minutes ago.
Diffstat (limited to 'print')
-rw-r--r-- | print/enscript/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/enscript/Makefile b/print/enscript/Makefile index 69040d885d9..e2e2ec8fa8b 100644 --- a/print/enscript/Makefile +++ b/print/enscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/01/06 02:48:55 reed Exp $ +# $NetBSD: Makefile,v 1.33 2006/01/06 02:51:12 reed Exp $ # DISTNAME= enscript-1.6.3 @@ -10,8 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://people.ssh.fi/mtr/genscript/ COMMENT= ASCII-to-PostScript filter -DEPENDS+= papersize-[0-9]*:../../print/papersize - GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake |