diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 01:32:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 01:32:22 +0000 |
commit | cf8005a4510e788439df07455522ae6a130c3a2b (patch) | |
tree | 4beb1060fa73ef3220b4b4f62528af9c91daf0bc /net | |
parent | c39d3036c6cae80e3eaf5e0d668a35f36e3e0909 (diff) | |
download | pkgsrc-cf8005a4510e788439df07455522ae6a130c3a2b.tar.gz |
Note that tar is required by this package.
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 efcf65fc97c..f060f43e0ba 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/04/11 21:46:52 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/05/16 01:32:23 jlam Exp $ DISTNAME= openh323-v1_15_2-src PKGNAME= openh323-1.15.2 @@ -12,6 +12,7 @@ COMMENT= Open H.323 library WRKSRC= ${WRKDIR}/openh323 USE_GNU_TOOLS+= make +PKGSRC_USE_TOOLS+= tar USE_LIBTOOL= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes |