diff options
author | krion <krion@FreeBSD.org> | 2005-02-18 18:53:19 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-02-18 18:53:19 +0800 |
commit | 85ce4ee8d02b603f7bd032268d1788ce6f11e542 (patch) | |
tree | d38f3287978d61e098210529c6a22769b863889c /print/cups | |
parent | 3104499887d4d9b5b1ef32a80e43214b9b2a1a46 (diff) | |
download | freebsd-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.common | 5 |
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 |