diff options
Diffstat (limited to 'net/openh323/Makefile')
-rw-r--r-- | net/openh323/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 63b651a11e1..0d1e1a77c7d 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/08/25 16:11:14 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/28 21:05:05 wiz Exp $ # DISTNAME= openh323_1.1beta3 @@ -18,6 +18,8 @@ MASTER_SITES= http://www.openh323.org/bin/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.openh323.org/ +DEPENDS= pwlib-1.1pl17:../../devel/pwlib + WRKSRC= ${WRKDIR}/openh323 MAKE_ENV+= PWLIBDIR=${PREFIX} OPENH323DIR=${WRKSRC} |