diff options
author | sbd <sbd@pkgsrc.org> | 2012-06-25 10:28:11 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-06-25 10:28:11 +0000 |
commit | 8c8bed8a15b89aee2509469580fb473af0c64971 (patch) | |
tree | 9e4e874261f322c5eb7e602fa21994e5703adabf /graphics | |
parent | e54cbe1ac7ae494189a2e8d2b532f83910aeaf6b (diff) | |
download | pkgsrc-8c8bed8a15b89aee2509469580fb473af0c64971.tar.gz |
SET_LIBDIR=yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libkexiv2-kde3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libkexiv2-kde3/Makefile b/graphics/libkexiv2-kde3/Makefile index b818df39475..b849827e6c7 100644 --- a/graphics/libkexiv2-kde3/Makefile +++ b/graphics/libkexiv2-kde3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/06/14 07:43:42 sbd Exp $ +# $NetBSD: Makefile,v 1.3 2012/06/25 10:28:11 sbd Exp $ # DISTNAME= libkexiv2-0.1.9 @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes +SET_LIBDIR= yes PKGCONFIG_OVERRIDE+= libkexiv2/libkexiv2.pc.in |