diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
commit | 59272d10178066cdfa1d1aea23c915a09473d798 (patch) | |
tree | 923210657ff3819220d9f901a4ae5748d77b8564 /print/cups-bjnp | |
parent | fc9825be880916c415aad3c9a9483fd377323fdf (diff) |
Notes
Diffstat (limited to 'print/cups-bjnp')
-rw-r--r-- | print/cups-bjnp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups-bjnp/Makefile b/print/cups-bjnp/Makefile index 88a9ac494292..06be639b4fd0 100644 --- a/print/cups-bjnp/Makefile +++ b/print/cups-bjnp/Makefile @@ -2,14 +2,14 @@ PORTNAME= cups-bjnp PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF MAINTAINER= danilo@FreeBSD.org COMMENT= CUPS backend for Canon USB over IP protocol -LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client -BUILD_DEPENDS= ${LOCALBASE}/libexec/cups/backend:${PORTSDIR}/print/cups-base +LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups GNU_CONFIGURE= yes # Just to avoid a tautological pointer compare in bjnp-commands.c:187 |