diff options
author | wiz <wiz> | 2004-10-28 11:46:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-10-28 11:46:30 +0000 |
commit | c9f9f0edb9a27eb4a40204634b090039e8dc2369 (patch) | |
tree | 4eb5196628862bdffefb44e02822603c8b785f71 /print/LPRng | |
parent | 5917f253a1bc411a8e33e55204ad7229b9554db7 (diff) | |
download | pkgsrc-c9f9f0edb9a27eb4a40204634b090039e8dc2369.tar.gz |
Fix dependency on LPRng-core, and bump PKGREVISION.
Diffstat (limited to 'print/LPRng')
-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 |