diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-15 18:29:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-15 18:29:11 +0000 |
commit | 2ae7288d4c326c820ff0fae29cb847edda940e5e (patch) | |
tree | 2431a7042fbc9bdb87bf0b379e3cf329a4215d86 /print/cupsomatic | |
parent | 2a49534b5d5a2f64c40ddf29a118bbc711b83aee (diff) | |
download | pkgsrc-2ae7288d4c326c820ff0fae29cb847edda940e5e.tar.gz |
Add dependency on foomatic-gswrapper.
Diffstat (limited to 'print/cupsomatic')
-rw-r--r-- | print/cupsomatic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cupsomatic/Makefile b/print/cupsomatic/Makefile index 974ace2a7b8..a5a2dc3daf3 100644 --- a/print/cupsomatic/Makefile +++ b/print/cupsomatic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/05/15 18:10:03 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/05/15 18:29:11 jlam Exp $ DISTNAME= cupsomatic PKGNAME= ${DISTNAME}-1.6 @@ -26,6 +26,7 @@ CONFLICTS+= cupsomatic-200012?? DIST_SUBDIR= ${PKGNAME} DEPENDS+= cups>=1.1.1:../../print/cups +DEPENDS+= foomatic-gswrapper>=1.2:../../print/foomatic-gswrapper DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript DEPENDS+= mpage-[0-9]*:../../print/mpage |