*: comment out p5-DB_File dependency, part of perl
This commit is contained in:
parent
11a6f25924
commit
6a4fe2ad96
3 changed files with 7 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.6 2020/09/01 08:01:25 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2020/09/01 08:04:22 wiz Exp $
|
||||
|
||||
DISTNAME= LaTeXML-0.8.2
|
||||
PKGREVISION= 4
|
||||
PKGREVISION= 5
|
||||
CATEGORIES= textproc www
|
||||
MASTER_SITES= https://dlmf.nist.gov/LaTeXML/releases/
|
||||
|
||||
|
@ -11,7 +11,7 @@ COMMENT= LaTeX to XML/HTML/MathML Converter
|
|||
LICENSE= public-domain
|
||||
|
||||
DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
|
||||
DEPENDS+= p5-DB_File-[0-9]*:../../databases/p5-DB_File
|
||||
#DEPENDS+= p5-DB_File-[0-9]*:../../databases/p5-DB_File
|
||||
DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
|
||||
DEPENDS+= p5-Getopt-Long-[0-9]*:../../devel/p5-Getopt-Long
|
||||
DEPENDS+= p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.170 2020/08/31 18:12:34 wiz Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.171 2020/09/01 08:04:23 wiz Exp $
|
||||
|
||||
DISTNAME= ikiwiki_3.20200202.3.orig
|
||||
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= www textproc
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.21 2020/02/13 19:03:57 schmonz Exp $
|
||||
# $NetBSD: options.mk,v 1.22 2020/09/01 08:04:23 wiz Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.ikiwiki
|
||||
PKG_SUPPORTED_OPTIONS= cgi imagemagick l10n python w3m
|
||||
|
@ -13,7 +13,7 @@ PKG_SUGGESTED_OPTIONS= cgi ikiwiki-sudo
|
|||
DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
|
||||
DEPENDS+= p5-CGI-FormBuilder>=3.05:../../www/p5-CGI-FormBuilder
|
||||
DEPENDS+= p5-CGI-Session-[0-9]*:../../www/p5-CGI-Session
|
||||
DEPENDS+= p5-DB_File-[0-9]*:../../databases/p5-DB_File
|
||||
#DEPENDS+= p5-DB_File-[0-9]*:../../databases/p5-DB_File
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mcvs)
|
||||
|
|
Loading…
Reference in a new issue