diff options
author | drochner <drochner> | 2000-12-12 11:14:49 +0000 |
---|---|---|
committer | drochner <drochner> | 2000-12-12 11:14:49 +0000 |
commit | 04aa47362b2025a3031860d5e3da944636ad71bd (patch) | |
tree | 58038c3d9756040c8f95169cbca112f1e3ac1aca /print/cupsomatic/Makefile | |
parent | 7b5dbd95f81b2c1ab5efdd05d4ee5274b6153eb2 (diff) | |
download | pkgsrc-04aa47362b2025a3031860d5e3da944636ad71bd.tar.gz |
Arghh - the distfile changes without changing its name.
Put it into a DIST_SUBDIR to get a chance to fetch a usable one from
a distfile mirror.
Diffstat (limited to 'print/cupsomatic/Makefile')
-rw-r--r-- | print/cupsomatic/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/cupsomatic/Makefile b/print/cupsomatic/Makefile index e1aa5fab30d..0073e9e7796 100644 --- a/print/cupsomatic/Makefile +++ b/print/cupsomatic/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/08 16:57:23 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/12 11:14:49 drochner Exp $ DISTNAME= all-com-ppds -PKGNAME= cupsomatic-20001208 +PKGNAME= cupsomatic-20001211 CATEGORIES= print MASTER_SITES= http://www.linuxprinting.org/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.linuxprinting.org/cups-doc.html +DIST_SUBDIR= ${PKGNAME} + DEPENDS+= cups>=1.1.1:../../print/cups DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript DEPENDS+= mpage-[0-9]*:../../print/mpage |