summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-11-05 12:24:07 +0000
committernia <nia@pkgsrc.org>2020-11-05 12:24:07 +0000
commit722482907f6eff3e5fcdba7583d79b5e87c6c9f1 (patch)
treee458788f9207f368bf35692882d34ecd227132d0 /print
parent5f6a81a29935ae63bb9440fea1be0a892f44d627 (diff)
downloadpkgsrc-722482907f6eff3e5fcdba7583d79b5e87c6c9f1.tar.gz
xpdf4: Switch from cups-base to libcups
Diffstat (limited to 'print')
-rw-r--r--print/xpdf4/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/xpdf4/options.mk b/print/xpdf4/options.mk
index 00cd8a40d68..901d436a7ae 100644
--- a/print/xpdf4/options.mk
+++ b/print/xpdf4/options.mk
@@ -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 @@ PKG_SUGGESTED_OPTIONS= cups
.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