pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/libcarddav



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb  1 11:58:35 UTC 2022

Modified Files:
        pkgsrc/misc/libcarddav: options.mk

Log Message:
libcarddav: add another build dependency to fix docs option build


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/libcarddav/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/misc/libcarddav/options.mk
diff -u pkgsrc/misc/libcarddav/options.mk:1.9 pkgsrc/misc/libcarddav/options.mk:1.10
--- pkgsrc/misc/libcarddav/options.mk:1.9       Sat Jun  6 01:51:20 2020
+++ pkgsrc/misc/libcarddav/options.mk   Tue Feb  1 11:58:35 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2020/06/06 01:51:20 mef Exp $
+# $NetBSD: options.mk,v 1.10 2022/02/01 11:58:35 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.libcarddav
 PKG_SUPPORTED_OPTIONS=         doc
@@ -11,6 +11,7 @@ PLIST_VARS+=  doc
 
 .if !empty(PKG_OPTIONS:Mdoc)
 BUILD_DEPENDS+=                doxygen>=1.8.1.1:../../devel/doxygen
+BUILD_DEPENDS+=                tex-alphalph-[0-9]*:../../print/tex-alphalph
 BUILD_DEPENDS+=                tex-ec-[0-9]*:../../fonts/tex-ec
 BUILD_DEPENDS+=                tex-psnfss-[0-9]*:../../fonts/tex-psnfss
 BUILD_DEPENDS+=                tex-wasysym-[0-9]*:../../fonts/tex-wasysym



Home | Main Index | Thread Index | Old Index