pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/pari23 Standardize dependency pattern.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07444c96cea9
branches:  trunk
changeset: 351131:07444c96cea9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 15 18:44:10 2016 +0000

description:
Standardize dependency pattern.

diffstat:

 math/pari23/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 43eb93c1cb89 -r 07444c96cea9 math/pari23/options.mk
--- a/math/pari23/options.mk    Mon Aug 15 17:30:49 2016 +0000
+++ b/math/pari23/options.mk    Mon Aug 15 18:44:10 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2016/08/13 23:18:56 tron Exp $
+# $NetBSD: options.mk,v 1.3 2016/08/15 18:44:10 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.pari
 PKG_SUPPORTED_OPTIONS= doc gmp x11
@@ -11,8 +11,8 @@
 PLIST_VARS+=           doc
 .if !empty(PKG_OPTIONS:Mdoc)
 BUILD_DEPENDS+=                tex-amsfonts>=3.0:../../fonts/tex-amsfonts
-BUILD_DEPENDS+=                tex-hyphen-german-*:../../print/tex-hyphen-german
-BUILD_DEPENDS+=                tex-hyphen-russian-*:../../print/tex-hyphen-russian
+BUILD_DEPENDS+=                tex-hyphen-german-[0-9]*:../../print/tex-hyphen-german
+BUILD_DEPENDS+=                tex-hyphen-russian-[0-9]*:../../print/tex-hyphen-russian
 BUILD_DEPENDS+=                tex-pdftex>=1.40.11:../../print/tex-pdftex
 PLIST.doc=             yes
 BUILD_TARGET+=         doc



Home | Main Index | Thread Index | Old Index