diff options
author | scheidell <scheidell@FreeBSD.org> | 2011-12-15 22:16:01 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2011-12-15 22:16:01 +0800 |
commit | 5b41b8bbc0128a51139da01d1a4e5fa7dd2d65d9 (patch) | |
tree | 563f8e52be1f1922c7358fb436cb900e849981e1 /print | |
parent | 9bff35270f6685d70bb5c6dbbb4fbde2fefdd656 (diff) | |
download | freebsd-ports-gnome-5b41b8bbc0128a51139da01d1a4e5fa7dd2d65d9.tar.gz freebsd-ports-gnome-5b41b8bbc0128a51139da01d1a4e5fa7dd2d65d9.tar.zst freebsd-ports-gnome-5b41b8bbc0128a51139da01d1a4e5fa7dd2d65d9.zip |
- Builds on 9.x now
PR: ports/163106
Approved by: gabor (mentor)
Diffstat (limited to 'print')
-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> |