diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-09 21:44:27 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-09 21:44:27 +0000 |
commit | a81e84092e6fa2c5acbb2a4fb2c632e44bee2c61 (patch) | |
tree | ea6bf7bb7b2a44a352ded66667e93a4ec2057102 /graphics/libkexiv2 | |
parent | df39ad16d9c39ded3f8fb71822bd0fa219846427 (diff) | |
download | pkgsrc-a81e84092e6fa2c5acbb2a4fb2c632e44bee2c61.tar.gz |
Add SET_LIBDIR=yes
Diffstat (limited to 'graphics/libkexiv2')
-rw-r--r-- | graphics/libkexiv2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libkexiv2/Makefile b/graphics/libkexiv2/Makefile index 9aff5d53057..1dca97882e4 100644 --- a/graphics/libkexiv2/Makefile +++ b/graphics/libkexiv2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/02/06 12:40:30 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2012/02/09 21:44:28 sbd Exp $ # DISTNAME= libkexiv2-0.1.9 @@ -15,6 +15,7 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes +SET_LIBDIR= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes |