summaryrefslogtreecommitdiff
path: root/net/kiax
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-15 15:57:53 +0000
committerwiz <wiz>2009-08-15 15:57:53 +0000
commit40511971420249f5ccc2a7e7d515a7f6162ab832 (patch)
treea20c4796a2a6f6bf5017adce59b05bdd3ce93076 /net/kiax
parent2ae931214ab2c016b371e0c5db573636166d0bce (diff)
downloadpkgsrc-40511971420249f5ccc2a7e7d515a7f6162ab832.tar.gz
Not make-jobs safe. Set LICENSE.
Diffstat (limited to 'net/kiax')
-rw-r--r--net/kiax/Makefile4
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)