diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-15 18:44:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-15 18:44:10 +0000 |
commit | a65b8d0b01bfe1bc2978484436202e769b9152ec (patch) | |
tree | 0d57a3309697ae274c6f7a5ed2bb24345231cc44 /math/pari23 | |
parent | ad5420a75ecc4934c91545fa944671ae96575c6a (diff) | |
download | pkgsrc-a65b8d0b01bfe1bc2978484436202e769b9152ec.tar.gz |
Standardize dependency pattern.
Diffstat (limited to 'math/pari23')
-rw-r--r-- | math/pari23/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/pari23/options.mk b/math/pari23/options.mk index bd986417f94..1fe83307496 100644 --- a/math/pari23/options.mk +++ b/math/pari23/options.mk @@ -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 @@ PKG_SUGGESTED_OPTIONS= doc gmp 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 |