diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-28 11:46:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-28 11:46:30 +0000 |
commit | b7f1ebb5e6d9f4fe2d636ebc194ee4c027b9a297 (patch) | |
tree | 4eb5196628862bdffefb44e02822603c8b785f71 /print | |
parent | 9c7f6b6caa0d1b68569aed6845d00f7936a48ba3 (diff) | |
download | pkgsrc-b7f1ebb5e6d9f4fe2d636ebc194ee4c027b9a297.tar.gz |
Fix dependency on LPRng-core, and bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/LPRng/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/LPRng/Makefile b/print/LPRng/Makefile index 5f5fa6b4500..d00b4d79881 100644 --- a/print/LPRng/Makefile +++ b/print/LPRng/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2004/09/06 10:44:44 martti Exp $ +# $NetBSD: Makefile,v 1.13 2004/10/28 11:46:30 wiz Exp $ # FreeBSD Id: Makefile,v 1.5 1998/10/21 00:57:27 steve Exp DISTNAME= LPRng-3.6.26 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty @@ -10,7 +11,7 @@ MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.lprng.com/ COMMENT= "meta-package" for LPRng, Enhanced Printer Spooler -DEPENDS+= LPRng-core-3.8.27:../../print/LPRng-core +DEPENDS+= LPRng-core-3.8.27nb1:../../print/LPRng-core DEPENDS+= LPRng-doc-3.6.13:../../print/LPRng-doc EXTRACT_ONLY= # empty |