diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-18 10:53:19 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-18 10:53:19 +0000 |
commit | 45df66a1904e9eb9847b0354da31692e6d0cbe96 (patch) | |
tree | 4722f1a53b0758b117418d0f32f589b0d678a8ae /print | |
parent | efb5c0e90b4fc21d34dd28ccc8ebd9e8d2ac7c28 (diff) | |
download | ports-45df66a1904e9eb9847b0354da31692e6d0cbe96.tar.gz ports-45df66a1904e9eb9847b0354da31692e6d0cbe96.zip |
Notes
Diffstat (limited to 'print')
-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 |