aboutsummaryrefslogtreecommitdiff
path: root/print/cups-bjnp
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-10 03:10:59 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-10 03:10:59 +0000
commit0ed180dcc1c95a71fd4819caf9a821679717cbcd (patch)
tree09849c19605ed6f2876dcd4948bffec9ef35bb6d /print/cups-bjnp
parente8b29ff807424f003bcec5267e40eb6e107ffda1 (diff)
downloadports-0ed180dcc1c95a71fd4819caf9a821679717cbcd.tar.gz
ports-0ed180dcc1c95a71fd4819caf9a821679717cbcd.zip
1: remove NO_STAGE
2: convert to new format of LIB_DEPENDS.
Notes
Notes: svn path=/head/; revision=357246
Diffstat (limited to 'print/cups-bjnp')
-rw-r--r--print/cups-bjnp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/print/cups-bjnp/Makefile b/print/cups-bjnp/Makefile
index ef37f90ae7f8..38619b2ff738 100644
--- a/print/cups-bjnp/Makefile
+++ b/print/cups-bjnp/Makefile
@@ -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>