summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-02-18 10:53:19 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-02-18 10:53:19 +0000
commit45df66a1904e9eb9847b0354da31692e6d0cbe96 (patch)
tree4722f1a53b0758b117418d0f32f589b0d678a8ae /print/cups
parentUpdate to 0.22. (diff)
Add libpaper (print/libpaper) support.
PR: ports/77609 Submitted by: Oyvind Moll <oyvind@moll.no> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=129148
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/Makefile.common5
1 files changed, 5 insertions, 0 deletions
diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common
index 01ec6506a6f9..78374a23ccc5 100644
--- a/print/cups/Makefile.common
+++ b/print/cups/Makefile.common
@@ -57,6 +57,11 @@ CONFIGURE_ARGS+= --with-python
USE_PYTHON= yes
.endif
+.if defined(WITH_CUPS_LIBPAPER)
+CONFIGURE_ARGS+= --enable-libpaper
+LIB_DEPENDS+= paper.2:${PORTSDIR}/print/libpaper
+.endif
+
USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5_RUN= yes