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 | 0d2f77556ff9415aa90aa40f6da6560b7d6b52b7 (patch) | |
tree | 8b528a614162fd7730a3294bbfbe2562f0343992 /net/kiax | |
parent | 48efde144e2fcc1acd72a70b93e0fa0686267026 (diff) | |
download | pkgsrc-0d2f77556ff9415aa90aa40f6da6560b7d6b52b7.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'net/kiax')
-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: |