diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-15 15:57:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-15 15:57:53 +0000 |
commit | 2d9cd00a8026718ecd711304d8b08cf7afff619c (patch) | |
tree | a20c4796a2a6f6bf5017adce59b05bdd3ce93076 /net/kiax | |
parent | 107925f186ebb8e19cc08efb15843f6307402973 (diff) | |
download | pkgsrc-2d9cd00a8026718ecd711304d8b08cf7afff619c.tar.gz |
Not make-jobs safe. Set LICENSE.
Diffstat (limited to 'net/kiax')
-rw-r--r-- | net/kiax/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/kiax/Makefile b/net/kiax/Makefile index afda6e9d3a6..9af4b5e26c5 100644 --- a/net/kiax/Makefile +++ b/net/kiax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/06/01 15:25:37 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2009/08/15 15:57:53 wiz Exp $ DISTNAME= kiax-0.8.51-src PKGNAME= kiax-0.8.51 @@ -9,12 +9,14 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kiax/} MAINTAINER= reinoud@NetBSD.org HOMEPAGE= http://www.kiax.org/ COMMENT= Open internet telephony system +LICENSE= gnu-gpl-v2 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config USE_LANGUAGES= c c++ HAS_CONFIGURE= yes +MAKE_JOBS_SAFE= no do-configure: (cd ${WRKSRC} && ${QTDIR}/bin/qmake -o Makefile qkiax.pro) |