summaryrefslogtreecommitdiff
path: root/print/a2ps
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2006-05-06 03:41:22 +0000
committerreed <reed@pkgsrc.org>2006-05-06 03:41:22 +0000
commitba8295e94f84dd47713e072054db10de23d41629 (patch)
treef521ada8f5804f7f8bc6f22f3723b12d152fa5c6 /print/a2ps
parentc47f2f75d05f36eb547f9473433cf1a857965580 (diff)
downloadpkgsrc-ba8295e94f84dd47713e072054db10de23d41629.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/Makefile5
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"