diff options
Diffstat (limited to 'net/opal3')
-rw-r--r-- | net/opal3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile index 84b7dcd7f701..b6e0c34b54a6 100644 --- a/net/opal3/Makefile +++ b/net/opal3/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 |