diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-16 22:01:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-16 22:01:54 +0000 |
commit | f049d88279afa004d75727d373212ffddd9191fb (patch) | |
tree | 40e7b873ad698f772b30ab44042f8e5f659c5f25 /net/openh323 | |
parent | 5285bddaa9634e51ceff1b6390bd1dc34a205931 (diff) | |
download | pkgsrc-f049d88279afa004d75727d373212ffddd9191fb.tar.gz |
Uses C++.
Diffstat (limited to 'net/openh323')
-rw-r--r-- | net/openh323/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index fc9a4ac44a0..83612c25d32 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/03/04 21:30:22 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2006/05/16 22:01:54 joerg Exp $ DISTNAME= openh323-v1_15_2-src PKGNAME= openh323-1.15.2 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.openh323.org/ COMMENT= Open H.323 library WRKSRC= ${WRKDIR}/openh323 +USE_LANGUAGES= c c++ USE_TOOLS+= gmake tar USE_LIBTOOL= yes GNU_CONFIGURE= yes |