pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/a2ps Do not depend on papersize (as mentioned in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e304a8eaba6
branches:  trunk
changeset: 512319:8e304a8eaba6
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat May 06 03:41:22 2006 +0000

description:
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:

 print/a2ps/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 767b4cbdf8af -r 8e304a8eaba6 print/a2ps/Makefile
--- a/print/a2ps/Makefile       Sat May 06 03:38:06 2006 +0000
+++ b/print/a2ps/Makefile       Sat May 06 03:41:22 2006 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index