aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2005-02-18 18:53:19 +0800
committerkrion <krion@FreeBSD.org>2005-02-18 18:53:19 +0800
commit85ce4ee8d02b603f7bd032268d1788ce6f11e542 (patch)
treed38f3287978d61e098210529c6a22769b863889c /print/cups
parent3104499887d4d9b5b1ef32a80e43214b9b2a1a46 (diff)
downloadfreebsd-ports-gnome-85ce4ee8d02b603f7bd032268d1788ce6f11e542.tar.gz
freebsd-ports-gnome-85ce4ee8d02b603f7bd032268d1788ce6f11e542.tar.zst
freebsd-ports-gnome-85ce4ee8d02b603f7bd032268d1788ce6f11e542.zip
Add libpaper (print/libpaper) support.
PR: ports/77609 Submitted by: Oyvind Moll <oyvind@moll.no> Approved by: maintainer
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