svn commit: r357246 - head/print/cups-bjnp

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 10 03:11:00 UTC 2014


Author: vanilla
Date: Tue Jun 10 03:10:59 2014
New Revision: 357246
URL: http://svnweb.freebsd.org/changeset/ports/357246
QAT: https://qat.redports.org/buildarchive/r357246/

Log:
  1: remove NO_STAGE
  2: convert to new format of LIB_DEPENDS.

Modified:
  head/print/cups-bjnp/Makefile

Modified: head/print/cups-bjnp/Makefile
==============================================================================
--- head/print/cups-bjnp/Makefile	Tue Jun 10 03:08:43 2014	(r357245)
+++ head/print/cups-bjnp/Makefile	Tue Jun 10 03:10:59 2014	(r357246)
@@ -9,12 +9,11 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	CUPS backend for Canon USB over IP protocol
 
-LIB_DEPENDS=	cups:${PORTSDIR}/print/cups-client
+LIB_DEPENDS=	libcups.so:${PORTSDIR}/print/cups-client
 BUILD_DEPENDS=	${LOCALBASE}/libexec/cups/backend:${PORTSDIR}/print/cups-base
 
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list