diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-08 00:09:56 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-08 00:09:56 +0000 |
commit | 7b8675f4595e99d3371ff707d8458aa722743f4b (patch) | |
tree | 5776b396e560bcf6a876942c12835877e11d926d /chat | |
parent | 9bd76f595c46fa14f44afc81bf304908a54a1268 (diff) | |
download | pkgsrc-7b8675f4595e99d3371ff707d8458aa722743f4b.tar.gz |
SET_LIBDIR=yes
Diffstat (limited to 'chat')
-rw-r--r-- | chat/kmess/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/kmess/Makefile b/chat/kmess/Makefile index f6017a627d9..b24216cb484 100644 --- a/chat/kmess/Makefile +++ b/chat/kmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2012/02/06 12:39:35 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2012/02/08 00:09:56 sbd Exp $ # DISTNAME= kmess-1.4.3 @@ -13,6 +13,7 @@ COMMENT= MSN Messenger Client for KDE3 PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes +SET_LIBDIR= yes USE_TOOLS+= gmake msgfmt USE_LANGUAGES= c c++ USE_LIBTOOL= yes |