diff options
author | roger <roger@FreeBSD.org> | 2003-08-29 05:22:52 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2003-08-29 05:22:52 +0800 |
commit | de1b58f4f2566d13b0c9e1cc9ba3220a79430652 (patch) | |
tree | 5cced40b883771207a589b50eca3052d8a6dbe9f /net | |
parent | 799bb5ded58833a08783a381f6338e01715144bc (diff) | |
download | freebsd-ports-gnome-de1b58f4f2566d13b0c9e1cc9ba3220a79430652.tar.gz freebsd-ports-gnome-de1b58f4f2566d13b0c9e1cc9ba3220a79430652.tar.zst freebsd-ports-gnome-de1b58f4f2566d13b0c9e1cc9ba3220a79430652.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
Diffstat (limited to 'net')
-rw-r--r-- | net/opal/Makefile | 2 | ||||
-rw-r--r-- | net/opal3/Makefile | 2 | ||||
-rw-r--r-- | net/openh323-112/Makefile | 2 | ||||
-rw-r--r-- | net/openh323/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index 367e2a76f67a..727419ab0398 100644 --- a/net/opal/Makefile +++ b/net/opal/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> diff --git a/net/opal3/Makefile b/net/opal3/Makefile index 367e2a76f67a..727419ab0398 100644 --- a/net/opal3/Makefile +++ b/net/opal3/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> diff --git a/net/openh323-112/Makefile b/net/openh323-112/Makefile index 367e2a76f67a..727419ab0398 100644 --- a/net/openh323-112/Makefile +++ b/net/openh323-112/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> 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> |