From 28741c5feff6841ce32e7a5d2ea6385198762840 Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Thu, 28 Aug 2003 21:22:52 +0000 Subject: [PATCH] OpenH323 depends on pwlib being built first (so it can get its headerfiles and libraries) Pointed out by Joe Marcus Clarke and Kevin Overman --- net/opal/Makefile | 2 ++ net/opal3/Makefile | 2 ++ net/openh323-112/Makefile | 2 ++ net/openh323/Makefile | 2 ++ 4 files changed, 8 insertions(+) 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 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 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 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