diff options
author | sbd <sbd> | 2012-02-03 07:09:34 +0000 |
---|---|---|
committer | sbd <sbd> | 2012-02-03 07:09:34 +0000 |
commit | 045b95a23f33448690a2e239b74f66ef6b4b80ac (patch) | |
tree | 48244888ae03fabf9726475514d4b13fe251187d /graphics | |
parent | 449f880a304ca24c38f4fea9020d14ae2275631f (diff) | |
download | pkgsrc-045b95a23f33448690a2e239b74f66ef6b4b80ac.tar.gz |
SET_LIBDIR=yes
Diffstat (limited to 'graphics')
-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 |