Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2014 03:10:59 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357246 - head/print/cups-bjnp
Message-ID:  <201406100310.s5A3AxPJ004823@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406100310.s5A3AxPJ004823>