diff options
author | reed <reed@pkgsrc.org> | 2006-05-06 03:41:22 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-05-06 03:41:22 +0000 |
commit | 465d6a4fa5cdce24a615e06a75bbd003ee0ee212 (patch) | |
tree | f521ada8f5804f7f8bc6f22f3723b12d152fa5c6 /print/a2ps | |
parent | 4f173c9df4514b38624d0015cebb8c942a817b49 (diff) | |
download | pkgsrc-465d6a4fa5cdce24a615e06a75bbd003ee0ee212.tar.gz |
Do not depend on papersize (as mentioned in January).
Bump PKGREVISION.
At build-time use the PAPERSIZE setting to define as needed.
papersize can always be installed later if desired.
Diffstat (limited to 'print/a2ps')
-rw-r--r-- | print/a2ps/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index ce8ed91581f..fc8239fe536 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.63 2006/03/31 23:56:28 jlam Exp $ +# $NetBSD: Makefile,v 1.64 2006/05/06 03:41:22 reed Exp $ DISTNAME= a2ps-4.13b PKGNAME= a2ps-4.13.0.2 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU:=a2ps/} \ ftp://ftp.enst.fr/pub/unix/a2ps/ @@ -11,7 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www-inf.enst.fr/~demaille/a2ps/ COMMENT= Formats an ascii file for printing on a postscript printer -DEPENDS+= papersize>=1.0.2:../../print/papersize DEPENDS+= psutils>=1.17:../../print/psutils .include "../../mk/bsd.prefs.mk" |