diff options
author | drochner <drochner> | 2012-02-09 19:23:35 +0000 |
---|---|---|
committer | drochner <drochner> | 2012-02-09 19:23:35 +0000 |
commit | eaed3c6c2632c38ab86524353487170f6e603ab6 (patch) | |
tree | b6d52b79568ce8819e928e9c0168981454451070 /graphics | |
parent | 98b3a23acfc8d1e38550d624866e331e06719744 (diff) | |
download | pkgsrc-eaed3c6c2632c38ab86524353487170f6e603ab6.tar.gz |
comment out vala build dependency - this would only be needed if
vala files are patched
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libgexiv2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/libgexiv2/Makefile b/graphics/libgexiv2/Makefile index b5ad02d3344..7ec014a5023 100644 --- a/graphics/libgexiv2/Makefile +++ b/graphics/libgexiv2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/02/06 12:40:29 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2012/02/09 19:23:35 drochner Exp $ DISTNAME= libgexiv2-0.3.1 PKGREVISION= 3 @@ -11,7 +11,8 @@ HOMEPAGE= http://trac.yorba.org/wiki/gexiv2 COMMENT= GObject-based wrapper around the Exiv2 library LICENSE= gnu-gpl-v2 -BUILD_DEPENDS+= vala-[0-9]*:../../lang/vala +# if needed to regenerate after patches +#BUILD_DEPENDS+= vala-[0-9]*:../../lang/vala PKG_DESTDIR_SUPPORT= user-destdir |