diff options
author | jlam <jlam> | 2000-12-28 00:09:38 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-12-28 00:09:38 +0000 |
commit | e86ce9d40cfb02b21a177185f1f6ddcae0999531 (patch) | |
tree | f5cc7f821f0ab0d720e87bcefcf470484f3d3ddd /print | |
parent | d984381862e509f06986b89c1d6130b490c22452 (diff) | |
download | pkgsrc-e86ce9d40cfb02b21a177185f1f6ddcae0999531.tar.gz |
Note conflict with LPRng-core.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 808c175c1ec..ab6afb70c3a 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/12/21 16:59:31 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2000/12/28 00:09:38 jlam Exp $ # DISTNAME= cups-${VERS}-1-source @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.cups.org/ +CONFLICTS+= LPRng-[0-9]* LPRng-core-[0-9]* + BUILD_DEPENDS+= autoconf:../../devel/autoconf DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png>=1.0.6:../../graphics/png |