pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/pari23



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 15 18:44:10 UTC 2016

Modified Files:
        pkgsrc/math/pari23: options.mk

Log Message:
Standardize dependency pattern.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/pari23/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/math/pari23/options.mk
diff -u pkgsrc/math/pari23/options.mk:1.2 pkgsrc/math/pari23/options.mk:1.3
--- pkgsrc/math/pari23/options.mk:1.2   Sat Aug 13 23:18:56 2016
+++ pkgsrc/math/pari23/options.mk       Mon Aug 15 18:44:10 2016
@@ -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



Home | Main Index | Thread Index | Old Index