diff options
author | tron <tron@pkgsrc.org> | 1999-08-30 22:54:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-30 22:54:26 +0000 |
commit | 84cd2d419a2eecfcc5db3877a87eb0c09e489c9f (patch) | |
tree | 7beb736199b8292ffe66b6a0b31699e5f46ecb74 /Packages.txt | |
parent | 8fd422e2976bc23acd02d94b8fb700d95196c636 (diff) | |
download | pkgsrc-84cd2d419a2eecfcc5db3877a87eb0c09e489c9f.tar.gz |
Mention that wildcard dependences now work at source level.
Diffstat (limited to 'Packages.txt')
-rw-r--r-- | Packages.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt index 4c1f1d7d50b..6fd53a4ed19 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.63 1999/08/30 22:48:05 tron Exp $ +# $NetBSD: Packages.txt,v 1.64 1999/08/30 22:54:26 tron Exp $ ########################################################################### ========================== @@ -1297,6 +1297,14 @@ print/lyx package, which uses the xpm library, version 3.4j to build. DEPENDS+= xpm-3.4j:../../graphics/xpm +You can also use wildcards in package dependences: + +DEPENDS+= xpm-*:../../graphics/xpm + +Note that these wildcards will be expanded while creating binary packages. +Thus binary package will depend on exactly the version which was installed +when they were created. + (d) If your package needs some executable to be able to run correctly, this is specified using the RUN_DEPENDS definition. The print/lyx package needs to be able to execute the latex and ispell binaries when |