diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-03 07:09:34 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-03 07:09:34 +0000 |
commit | 1dd30ffea0387e0e69863b5679406939fb9fd089 (patch) | |
tree | 48244888ae03fabf9726475514d4b13fe251187d /graphics/libkdcraw | |
parent | c7c4c4bfd7fbfd7cdc8b5418b25e10b4c231a978 (diff) | |
download | pkgsrc-1dd30ffea0387e0e69863b5679406939fb9fd089.tar.gz |
SET_LIBDIR=yes
Diffstat (limited to 'graphics/libkdcraw')
-rw-r--r-- | graphics/libkdcraw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libkdcraw/Makefile b/graphics/libkdcraw/Makefile index 6c99baee893..ff6968d19f1 100644 --- a/graphics/libkdcraw/Makefile +++ b/graphics/libkdcraw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/01/13 10:55:13 obache Exp $ +# $NetBSD: Makefile,v 1.24 2012/02/03 07:09:34 sbd Exp $ # DISTNAME= libkdcraw-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 msgfmt USE_LANGUAGES= c c++ USE_LIBTOOL= yes |