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 /misc/kchm | |
parent | df39ad16d9c39ded3f8fb71822bd0fa219846427 (diff) | |
download | pkgsrc-a81e84092e6fa2c5acbb2a4fb2c632e44bee2c61.tar.gz |
Add SET_LIBDIR=yes
Diffstat (limited to 'misc/kchm')
-rw-r--r-- | misc/kchm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/kchm/Makefile b/misc/kchm/Makefile index d11caa48b4d..accb4fcea53 100644 --- a/misc/kchm/Makefile +++ b/misc/kchm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/02/06 12:40:57 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2012/02/09 21:44:28 sbd Exp $ # DISTNAME= kchm-0.6.5 @@ -14,6 +14,7 @@ COMMENT= KDE CHM file viewer PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES +SET_LIBDIR= YES USE_LANGUAGES= c c++ USE_LIBTOOL= YES USE_TOOLS+= gmake |