diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-10-11 02:16:29 +0800 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-10-11 02:16:29 +0800 |
commit | 8c179ed44e8448674b1abbbe934e60051a95c9c8 (patch) | |
tree | f3e40cc765489a53e1fd868980d41cdfbccb2349 | |
parent | a692681202f304d56977b17663e73c627b65c37f (diff) | |
download | freebsd-ports-gnome-8c179ed44e8448674b1abbbe934e60051a95c9c8.tar.gz freebsd-ports-gnome-8c179ed44e8448674b1abbbe934e60051a95c9c8.tar.zst freebsd-ports-gnome-8c179ed44e8448674b1abbbe934e60051a95c9c8.zip |
Add speex as a dependency.
-rw-r--r-- | net/opal/Makefile | 1 | ||||
-rw-r--r-- | net/opal3/Makefile | 1 | ||||
-rw-r--r-- | net/openh323-112/Makefile | 1 | ||||
-rw-r--r-- | net/openh323/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index 38819cb5cc36..84b7dcd7f701 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -16,6 +16,7 @@ DISTFILES= openh323_1.9.9.tar.gz \ MAINTAINER= roger@freebsd.org +LIB_DEPENDS= speex.0:${PORTSDIR}/audio/speex # 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 diff --git a/net/opal3/Makefile b/net/opal3/Makefile index 38819cb5cc36..84b7dcd7f701 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -16,6 +16,7 @@ DISTFILES= openh323_1.9.9.tar.gz \ MAINTAINER= roger@freebsd.org +LIB_DEPENDS= speex.0:${PORTSDIR}/audio/speex # 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 diff --git a/net/openh323-112/Makefile b/net/openh323-112/Makefile index 38819cb5cc36..84b7dcd7f701 100644 --- a/net/openh323-112/Makefile +++ b/net/openh323-112/Makefile @@ -16,6 +16,7 @@ DISTFILES= openh323_1.9.9.tar.gz \ MAINTAINER= roger@freebsd.org +LIB_DEPENDS= speex.0:${PORTSDIR}/audio/speex # 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 diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 38819cb5cc36..84b7dcd7f701 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -16,6 +16,7 @@ DISTFILES= openh323_1.9.9.tar.gz \ MAINTAINER= roger@freebsd.org +LIB_DEPENDS= speex.0:${PORTSDIR}/audio/speex # 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 |