aboutsummaryrefslogtreecommitdiff
path: root/net/openh323
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2002-10-10 18:27:20 +0000
committerRoger Hardiman <roger@FreeBSD.org>2002-10-10 18:27:20 +0000
commit61440ebad9a09210e4c45d7dfa2b322a2bd0a8ee (patch)
treee828db49242afa4ba9803756938515af88afa746 /net/openh323
parent8c179ed44e8448674b1abbbe934e60051a95c9c8 (diff)
downloadports-61440ebad9a09210e4c45d7dfa2b322a2bd0a8ee.tar.gz
ports-61440ebad9a09210e4c45d7dfa2b322a2bd0a8ee.zip
Add expat dependency
Notes
Notes: svn path=/head/; revision=67754
Diffstat (limited to 'net/openh323')
-rw-r--r--net/openh323/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile
index 84b7dcd7f701..b6e0c34b54a6 100644
--- a/net/openh323/Makefile
+++ b/net/openh323/Makefile
@@ -16,7 +16,8 @@ DISTFILES= openh323_1.9.9.tar.gz \
MAINTAINER= roger@freebsd.org
-LIB_DEPENDS= speex.0:${PORTSDIR}/audio/speex
+LIB_DEPENDS= speex.0:${PORTSDIR}/audio/speex \
+ expat.4:${PORTSDIR}/textproc/expat2
# Check for telephony.h in the two places the source is hard coded to check
# /usr/include/sys and /usr/local/include/sys
# If it is not present, extract it from the comms/ixj port