aboutsummaryrefslogtreecommitdiff
path: root/print/cups-bjnp
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2011-12-15 14:16:01 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2011-12-15 14:16:01 +0000
commit3724275ff993b91473786ea2260bb4b1ce1b6180 (patch)
treeac97ddcb1b35a718aad0d0ddb07323edebbc2f19 /print/cups-bjnp
parent8aa17b99b8f343972f37c23afbe08c0aea8b5a02 (diff)
downloadports-3724275ff993b91473786ea2260bb4b1ce1b6180.tar.gz
ports-3724275ff993b91473786ea2260bb4b1ce1b6180.zip
- Builds on 9.x now
PR: ports/163106 Approved by: gabor (mentor)
Notes
Notes: svn path=/head/; revision=287435
Diffstat (limited to 'print/cups-bjnp')
-rw-r--r--print/cups-bjnp/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/print/cups-bjnp/Makefile b/print/cups-bjnp/Makefile
index 27ff14d0429e..8c7a4cab051e 100644
--- a/print/cups-bjnp/Makefile
+++ b/print/cups-bjnp/Makefile
@@ -14,17 +14,12 @@ MASTER_SITES= SF
MAINTAINER= shurd@sasktel.net
COMMENT= CUPS backend for Canon USB over IP protocol
-LIB_DEPENDS= cupsimage.2:${PORTSDIR}/print/cups-base
+LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client
+BUILD_DEPENDS= ${LOCALBASE}/libexec/cups/backend:${PORTSDIR}/print/cups-base
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-lcompat"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 900000
-BROKEN= Does not compile on FreeBSD 9
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>