diff options
author | sbd <sbd@pkgsrc.org> | 2010-05-20 09:37:12 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2010-05-20 09:37:12 +0000 |
commit | 462655b32b0cccb9ead993331e2f0e41ce4dc539 (patch) | |
tree | 0ad5c40162c60bcf3fcb00718e460cfd605c3ee0 /print/cups | |
parent | b6dc2c21aae37d7d7bcac58eff5c7e49b1d7cf3e (diff) | |
download | pkgsrc-462655b32b0cccb9ead993331e2f0e41ce4dc539.tar.gz |
Because ghostscript uses libpaper cups should to.
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 757af0b1bfb..ef6643936a0 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.151 2010/05/20 09:35:58 sbd Exp $ +# $NetBSD: Makefile,v 1.152 2010/05/20 09:37:12 sbd Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -47,6 +47,7 @@ CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/cups CONFIGURE_ARGS+= --with-serverbindir=${PREFIX}/libexec/cups CONFIGURE_ARGS+= --with-cups-user=${CUPS_USER:Q} CONFIGURE_ARGS+= --with-cups-group=${CUPS_GROUP:Q} +CONFIGURE_ARGS+= --enable-libpaper CONFIGURE_ARGS+= --enable-libtool CONFIGURE_ARGS+= --enable-jpeg CONFIGURE_ARGS+= --enable-png @@ -154,4 +155,5 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/cups.pam ${DESTDIR}${EGDIR} .endif +.include "../../print/libpaper/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |