diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-25 14:29:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-25 14:29:41 +0000 |
commit | e91ec5a1a2a3fcaf8f88f4c33aa0833875d98d66 (patch) | |
tree | 4fae544ce0f3e62b1779abab13e7da4c148b43c9 /chat | |
parent | 63f9ada035bbfbecd67e2abdb89fac2cb2311920 (diff) | |
download | pkgsrc-e91ec5a1a2a3fcaf8f88f4c33aa0833875d98d66.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'chat')
-rw-r--r-- | chat/licq-gui-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/licq-gui-qt/Makefile b/chat/licq-gui-qt/Makefile index f737efea6d6..6a2a31e9a2b 100644 --- a/chat/licq-gui-qt/Makefile +++ b/chat/licq-gui-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/04/28 11:10:02 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2006/05/25 14:29:41 wiz Exp $ # DISTNAME= licq-1.2.6 @@ -21,6 +21,7 @@ NOT_FOR_PLATFORM= NetBSD-*-* .endif GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ USE_LIBTOOL= YES LIBTOOL_OVERRIDE= # none SHLIBTOOL_OVERRIDE= libtool */libtool */*/libtool |