summaryrefslogtreecommitdiffstats
path: root/xmlwf.pkg
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-24 00:35:09 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-24 00:35:09 (EDT)
commit8eb547afe47f1ba6fbc9fd1c21c97410171a535e (patch)
tree6ad4ee2ef2c8e3e1b8d66a868769f13cfd125588 /xmlwf.pkg
parentea8a05a7878754a8a7c90c2611a84680577f8138 (diff)
Use substitution variables in control files.
NOTE: Requires opkbuild 3.0.0-alpha3 (not yet released) or at least commit ac831a4f in opkbuild's Git repository.
Diffstat (limited to 'xmlwf.pkg')
-rw-r--r--xmlwf.pkg/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlwf.pkg/control b/xmlwf.pkg/control
index 89ecd2a..f1d6c4b 100644
--- a/xmlwf.pkg/control
+++ b/xmlwf.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: libexpat.1 (= 2.1.0-1)
+Depends: libexpat.1 (= ${Binary-Version})
Description: XML parser library - example application
This package provides an example application of Expat that determines if an XML
document is well-formed.