diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-30 00:44:57 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-30 00:44:57 +0000 |
commit | 0a2b59d93763070972fff8d28d68cd036bcfecf3 (patch) | |
tree | 2d81a2d208b321c2829395b06f8db0de47c6b519 /chat/licq-core | |
parent | 9e5c51b0860f576efcaad18e6e67c7a1f49114aa (diff) | |
download | pkgsrc-0a2b59d93763070972fff8d28d68cd036bcfecf3.tar.gz |
- Use C++ compiler.
- Override libtool.
Diffstat (limited to 'chat/licq-core')
-rw-r--r-- | chat/licq-core/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/licq-core/Makefile b/chat/licq-core/Makefile index bbc17837c3a..fc241845662 100644 --- a/chat/licq-core/Makefile +++ b/chat/licq-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/04/17 20:49:45 snj Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/30 00:44:57 minskim Exp $ # DISTNAME= licq-1.2.6 @@ -12,6 +12,8 @@ HOMEPAGE= http://www.licq.org/ COMMENT= ICQ client with plugin support USE_BUILDLINK3= YES +USE_LANGUAGES= c c++ +USE_LIBTOOL= YES GNU_CONFIGURE= YES .include "../../mk/pthread.buildlink3.mk" |