diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-25 14:12:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-25 14:12:56 +0000 |
commit | 63f9ada035bbfbecd67e2abdb89fac2cb2311920 (patch) | |
tree | 8b528a614162fd7730a3294bbfbe2562f0343992 /net | |
parent | f246e9d35a5dddadbc67c94e447a09e8ae809051 (diff) | |
download | pkgsrc-63f9ada035bbfbecd67e2abdb89fac2cb2311920.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'net')
-rw-r--r-- | net/kiax/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/kiax/Makefile b/net/kiax/Makefile index 41914310109..64e973e07df 100644 --- a/net/kiax/Makefile +++ b/net/kiax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/04/17 13:46:44 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/05/25 14:12:56 wiz Exp $ DISTNAME= kiax-0.8.5-src PKGNAME= kiax-0.8.5 @@ -13,6 +13,7 @@ COMMENT= Open internet telephony system USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config +USE_LANGUAGES= c c++ HAS_CONFIGURE= yes do-configure: |