svn commit: r345011 - head/print/foo2zjs

Max Brazhnikov makc at FreeBSD.org
Wed Feb 19 08:04:29 UTC 2014


Author: makc
Date: Wed Feb 19 08:04:28 2014
New Revision: 345011
URL: http://svnweb.freebsd.org/changeset/ports/345011
QAT: https://qat.redports.org/buildarchive/r345011/

Log:
  print/foo2zjs: fix dependence on libcups

Modified:
  head/print/foo2zjs/Makefile

Modified: head/print/foo2zjs/Makefile
==============================================================================
--- head/print/foo2zjs/Makefile	Wed Feb 19 07:27:51 2014	(r345010)
+++ head/print/foo2zjs/Makefile	Wed Feb 19 08:04:28 2014	(r345011)
@@ -12,7 +12,7 @@ MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Driver for printers that use the ZjStream wire protocol
 
-LIB_DEPENDS=	libcups.so:${PORTSDIR}/print/cups-base
+LIB_DEPENDS=	libcups.so:${PORTSDIR}/print/cups-client
 RUN_DEPENDS=	${LOCALBASE}/share/foomatic/db/oldprinterids:${PORTSDIR}/print/foomatic-db \
 		foomatic-rip:${PORTSDIR}/print/foomatic-filters
 


More information about the svn-ports-head mailing list