pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/xpdf4



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Nov  5 12:24:07 UTC 2020

Modified Files:
        pkgsrc/print/xpdf4: options.mk

Log Message:
xpdf4: Switch from cups-base to libcups


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/xpdf4/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/xpdf4/options.mk
diff -u pkgsrc/print/xpdf4/options.mk:1.1 pkgsrc/print/xpdf4/options.mk:1.2
--- pkgsrc/print/xpdf4/options.mk:1.1   Tue Oct 22 22:21:26 2019
+++ pkgsrc/print/xpdf4/options.mk       Thu Nov  5 12:24:07 2020
@@ -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



Home | Main Index | Thread Index | Old Index