diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-10 03:10:59 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-10 03:10:59 +0000 |
commit | 0ed180dcc1c95a71fd4819caf9a821679717cbcd (patch) | |
tree | 09849c19605ed6f2876dcd4948bffec9ef35bb6d /print | |
parent | e8b29ff807424f003bcec5267e40eb6e107ffda1 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-bjnp/Makefile | 3 |
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> |