diff options
author | tron <tron> | 1999-08-30 22:54:26 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-30 22:54:26 +0000 |
commit | 8a75184371c95444b9783e03567821d624a5e5d9 (patch) | |
tree | 7beb736199b8292ffe66b6a0b31699e5f46ecb74 /Packages.txt | |
parent | 5872201898886a10b4224b92fc138f334aaf8caa (diff) | |
download | pkgsrc-8a75184371c95444b9783e03567821d624a5e5d9.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 |