diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2011-12-15 14:16:01 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2011-12-15 14:16:01 +0000 |
commit | 3724275ff993b91473786ea2260bb4b1ce1b6180 (patch) | |
tree | ac97ddcb1b35a718aad0d0ddb07323edebbc2f19 /print/cups-bjnp/Makefile | |
parent | 8aa17b99b8f343972f37c23afbe08c0aea8b5a02 (diff) | |
download | ports-3724275ff993b91473786ea2260bb4b1ce1b6180.tar.gz ports-3724275ff993b91473786ea2260bb4b1ce1b6180.zip |
Notes
Diffstat (limited to 'print/cups-bjnp/Makefile')
-rw-r--r-- | print/cups-bjnp/Makefile | 11 |
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> |