summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorminskim <minskim>2004-04-30 00:44:57 +0000
committerminskim <minskim>2004-04-30 00:44:57 +0000
commiteb1a1d8ebb6f3317800618df95351926639668e1 (patch)
tree2d81a2d208b321c2829395b06f8db0de47c6b519 /chat
parent31858a5451489d72970edf24f9489debdd771054 (diff)
downloadpkgsrc-eb1a1d8ebb6f3317800618df95351926639668e1.tar.gz
- Use C++ compiler.
- Override libtool.
Diffstat (limited to 'chat')
-rw-r--r--chat/licq-core/Makefile4
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"