diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-15 08:50:18 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-15 08:50:18 +0000 |
commit | baa204c0bf021601feca9a6d02b077ae72b3ee8d (patch) | |
tree | c832562963a49708df21b843b4124f36fe532501 /graphics/lensfun/buildlink3.mk | |
parent | dc6469c55c595dfe9322580172d683e633e3cfe6 (diff) | |
download | pkgsrc-baa204c0bf021601feca9a6d02b077ae72b3ee8d.tar.gz |
The sed expression in the VALID_VERSION make function only works with gsed,
so add it to USE_TOOLS.
With the VALID_VERSION function working properly the soname of liblensfun
will now be 'liblensfun.so.0' and liblensfun.so.0 and
liblensfun.so.${PKGVERSION} will also now get installed.
Because the install process installs _three_ copys of liblensfun, delete two
and make them symlinks.
Bump PKGREVISION
Diffstat (limited to 'graphics/lensfun/buildlink3.mk')
-rw-r--r-- | graphics/lensfun/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/lensfun/buildlink3.mk b/graphics/lensfun/buildlink3.mk index 019dabcbb84..6e4a845ebb9 100644 --- a/graphics/lensfun/buildlink3.mk +++ b/graphics/lensfun/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2012/02/06 12:40:29 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2012/02/15 08:50:18 sbd Exp $ BUILDLINK_TREE+= lensfun @@ -6,7 +6,7 @@ BUILDLINK_TREE+= lensfun LENSFUN_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.lensfun+= lensfun>=0.2.2b -BUILDLINK_ABI_DEPENDS.lensfun?= lensfun>=0.2.5nb6 +BUILDLINK_ABI_DEPENDS.lensfun?= lensfun>=0.2.5nb7 BUILDLINK_PKGSRCDIR.lensfun?= ../../graphics/lensfun .include "../../devel/glib2/buildlink3.mk" |