pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/xpdf4 xpdf4: Switch from cups-base to libcups



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28b063444612
branches:  trunk
changeset: 441526:28b063444612
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Nov 05 12:24:07 2020 +0000

description:
xpdf4: Switch from cups-base to libcups

diffstat:

 print/xpdf4/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 681603c8dbee -r 28b063444612 print/xpdf4/options.mk
--- a/print/xpdf4/options.mk    Thu Nov 05 10:59:43 2020 +0000
+++ b/print/xpdf4/options.mk    Thu Nov 05 12:24:07 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2019/10/22 22:21:26 nia Exp $
+# $NetBSD: options.mk,v 1.2 2020/11/05 12:24:07 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.xpdf4
 
@@ -13,7 +13,7 @@
 
 .if !empty(PKG_OPTIONS:Mcups)
 CMAKE_ARGS+=   -DXPDFWIDGET_PRINTING=ON
-.include "../../print/cups-base/buildlink3.mk"
+.include "../../print/libcups/buildlink3.mk"
 .elif ${OPSYS} != "Darwin"
 CMAKE_ARGS+=   -DXPDFWIDGET_PRINTING=OFF
 .endif



Home | Main Index | Thread Index | Old Index