diff options
author | wiz <wiz@pkgsrc.org> | 2012-09-02 15:03:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-09-02 15:03:01 +0000 |
commit | 4482fd9f2053e8ef4d9fca30140a1ca3856ca984 (patch) | |
tree | 6a1abf4754904b7577306128d59026017b44d406 /textproc/libyaml/Makefile | |
parent | 8b58db93dfbf1159d7edaf33dda90d9279dd43ab (diff) | |
download | pkgsrc-4482fd9f2053e8ef4d9fca30140a1ca3856ca984.tar.gz |
Update to 0.1.4. I didn't find a changelog, but it now comes with
a pkgconfig file.
Diffstat (limited to 'textproc/libyaml/Makefile')
-rw-r--r-- | textproc/libyaml/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/libyaml/Makefile b/textproc/libyaml/Makefile index 574ac4caf0b..d708280bef9 100644 --- a/textproc/libyaml/Makefile +++ b/textproc/libyaml/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2010/05/07 08:34:23 ahoka Exp $ +# $NetBSD: Makefile,v 1.4 2012/09/02 15:03:01 wiz Exp $ # -DISTNAME= yaml-0.1.2 +DISTNAME= yaml-0.1.4 PKGNAME= lib${DISTNAME} CATEGORIES= textproc MASTER_SITES= http://pyyaml.org/download/libyaml/ @@ -14,5 +14,6 @@ LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes +PKGCONFIG_OVERRIDE= yaml-0.1.pc.in .include "../../mk/bsd.pkg.mk" |