diff options
author | joerg <joerg> | 2006-06-22 13:30:24 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-22 13:30:24 +0000 |
commit | dd26af002c4196d756a05c015681482c29a1fab8 (patch) | |
tree | e9176437c0b220d108201f8cd663139ef3dbc45a /print/LPRng | |
parent | 2ea692bd38317d313c7703bb80befb67a8807f43 (diff) | |
download | pkgsrc-dd26af002c4196d756a05c015681482c29a1fab8.tar.gz |
Don't wire nb version of LPRng-core down.
Diffstat (limited to 'print/LPRng')
-rw-r--r-- | print/LPRng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/LPRng/Makefile b/print/LPRng/Makefile index 2296c7a1abd..6988cf177b4 100644 --- a/print/LPRng/Makefile +++ b/print/LPRng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/02/05 23:10:34 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2006/06/22 13:30:24 joerg Exp $ DISTNAME= LPRng-3.6.28 PKGREVISION= 2 @@ -10,7 +10,7 @@ MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.lprng.com/ COMMENT= "meta-package" for LPRng, Enhanced Printer Spooler -DEPENDS+= LPRng-core-3.8.28nb2:../../print/LPRng-core +DEPENDS+= LPRng-core-3.8.28{,nb*}:../../print/LPRng-core DEPENDS+= LPRng-doc-3.6.13:../../print/LPRng-doc EXTRACT_ONLY= # empty |