diff options
author | kris <kris@FreeBSD.org> | 2006-02-03 20:47:12 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-02-03 20:47:12 +0000 |
commit | f253d9b9b73e2ce4a4d5714103633d36789ab96c (patch) | |
tree | 90139e01c03e425f5fb6077c9f757455e8a3a338 /print | |
parent | 47972ea9385f186797834977f7ddfd2b7b508e5b (diff) | |
download | FreeBSD-ports-f253d9b9b73e2ce4a4d5714103633d36789ab96c.zip FreeBSD-ports-f253d9b9b73e2ce4a4d5714103633d36789ab96c.tar.gz |
s/PATCH_DEPEND/BUILD_DEPEND/ so that the dependencies are present for
the :configure target
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 a07057c..8bf12e9 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 |