diff options
author | obache <obache> | 2014-05-09 06:59:19 +0000 |
---|---|---|
committer | obache <obache> | 2014-05-09 06:59:19 +0000 |
commit | 8c7ce32ba8d69d6c958a8fa1507979b9614f84b0 (patch) | |
tree | d17f2469e1f16dbd9818f112424227584cd740a0 /doc/guide | |
parent | c07d39969f4ae4598b065fdf59868fff54d1b887 (diff) | |
download | pkgsrc-8c7ce32ba8d69d6c958a8fa1507979b9614f84b0.tar.gz |
Change example, lang/lua is not a package now.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/creating.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/creating.xml b/doc/guide/files/creating.xml index cd6c3d889df..56243d7d930 100644 --- a/doc/guide/files/creating.xml +++ b/doc/guide/files/creating.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: creating.xml,v 1.16 2014/01/18 20:18:50 wiz Exp $ --> +<!-- $NetBSD: creating.xml,v 1.17 2014/05/09 06:59:19 obache Exp $ --> <chapter id="creating"> <title>Creating a new pkgsrc package from scratch</title> @@ -49,7 +49,7 @@ Your package may then look like this:</para> <programlisting> [...] -BUILD_DEPENDS+= lua>=5.0:../../lang/lua +BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt DEPENDS+= screen-[0-9]*:../../misc/screen DEPENDS+= screen>=4.0:../../misc/screen |