pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/cups Because ghostscript uses libpaper cups shou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5940ce915857
branches:  trunk
changeset: 575730:5940ce915857
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Thu May 20 09:37:12 2010 +0000

description:
Because ghostscript uses libpaper cups should to.

diffstat:

 print/cups/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 9c654abf8758 -r 5940ce915857 print/cups/Makefile
--- a/print/cups/Makefile       Thu May 20 09:35:58 2010 +0000
+++ b/print/cups/Makefile       Thu May 20 09:37:12 2010 +0000
@@ -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-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 @@
        ${INSTALL_DATA} ${WRKDIR}/cups.pam ${DESTDIR}${EGDIR}
 .endif
 
+.include "../../print/libpaper/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index