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 | e7e22c1b67034e4b2247a445101ee0fef64620a2 (patch) | |
tree | 40e7b873ad698f772b30ab44042f8e5f659c5f25 /net | |
parent | a9e8eb57bc4b31de1b2769941ecd679dbede930c (diff) | |
download | pkgsrc-e7e22c1b67034e4b2247a445101ee0fef64620a2.tar.gz |
Uses C++.
Diffstat (limited to 'net')
-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 |