aboutsummaryrefslogtreecommitdiff
path: root/net/openh323/Makefile
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2003-08-28 21:22:52 +0000
committerRoger Hardiman <roger@FreeBSD.org>2003-08-28 21:22:52 +0000
commit28741c5feff6841ce32e7a5d2ea6385198762840 (patch)
treeff8d72ac06350c3cdf42664fbec24b561123c46d /net/openh323/Makefile
parentee8b9d9d03bb8ff1bc26dd18a1ddeb36421eafbe (diff)
downloadports-28741c5feff6841ce32e7a5d2ea6385198762840.tar.gz
ports-28741c5feff6841ce32e7a5d2ea6385198762840.zip
OpenH323 depends on pwlib being built first
(so it can get its headerfiles and libraries) Pointed out by Joe Marcus Clarke and Kevin Overman
Notes
Notes: svn path=/head/; revision=87933
Diffstat (limited to 'net/openh323/Makefile')
-rw-r--r--net/openh323/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile
index 367e2a76f67a..727419ab0398 100644
--- a/net/openh323/Makefile
+++ b/net/openh323/Makefile
@@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= roger@freebsd.org
COMMENT= A H323 Video Conferencing library
+BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib:build
+
LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2
.include <bsd.port.pre.mk>