diff options
Diffstat (limited to 'print/a2ps/Makefile')
-rw-r--r-- | print/a2ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index fc2d814fcd9..ffaf4c947a4 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2003/08/09 11:20:35 seb Exp $ +# $NetBSD: Makefile,v 1.46 2004/01/20 12:24:28 agc Exp $ DISTNAME= a2ps-4.13b PKGNAME= a2ps-4.13.0.2 PKGREVISION= 3 -WRKSRC= ${WRKDIR}/a2ps-4.13 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU:=a2ps/} \ ftp://ftp.enst.fr/pub/unix/a2ps/ @@ -15,6 +14,7 @@ COMMENT= Formats an ascii file for printing on a postscript printer DEPENDS+= papersize>=1.0.2:../../print/papersize DEPENDS+= psutils>=1.17:../../print/psutils +WRKSRC= ${WRKDIR}/a2ps-4.13 STRIP= # empty USE_PERL5= YES USE_GMAKE= YES |