diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-03 20:47:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-03 20:47:12 +0000 |
commit | 1aade863b8cd5c52cdbeeb4b4d6fe3abdf7d9d89 (patch) | |
tree | f866e13db7d4bed94818818afcdb8fa5afb882bf /print | |
parent | 63093aea6238a6c6567fa9c1a3b4937cd68e9c4d (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-magicolor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-magicolor/Makefile b/print/cups-magicolor/Makefile index a07057c0e5b7..8bf12e960886 100644 --- a/print/cups-magicolor/Makefile +++ b/print/cups-magicolor/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.minolta-qms.com/pub/crc/out_going/other/ MAINTAINER= frank@exit.com COMMENT= CUPS support for the Konica-Minolta Magicolor 2430DL -PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/print/cups-base:configure +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/print/cups-base:configure LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base \ jbig.1:${PORTSDIR}/graphics/jbigkit \ lcms.1:${PORTSDIR}/graphics/lcms |