diff options
-rw-r--r-- | mbone/mcl/Makefile | 2 | ||||
-rw-r--r-- | net/mcl/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mbone/mcl/Makefile b/mbone/mcl/Makefile index a6f7052421b1..6f7350742aa6 100644 --- a/mbone/mcl/Makefile +++ b/mbone/mcl/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= past@noc.ntua.gr COMMENT= Implementation of the ALC and NORM Reliable Multicast Protocols +BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/imake-4 + USE_GMAKE= yes MAN1= fcast.1 fcastn.1 mclrecv2.1 mclsend2.1 MAN2= mcl_abort.2 mcl_close.2 mcl_ctl.2 mcl_open.2 mcl_recv.2 \ diff --git a/net/mcl/Makefile b/net/mcl/Makefile index a6f7052421b1..6f7350742aa6 100644 --- a/net/mcl/Makefile +++ b/net/mcl/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= past@noc.ntua.gr COMMENT= Implementation of the ALC and NORM Reliable Multicast Protocols +BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/imake-4 + USE_GMAKE= yes MAN1= fcast.1 fcastn.1 mclrecv2.1 mclsend2.1 MAN2= mcl_abort.2 mcl_close.2 mcl_ctl.2 mcl_open.2 mcl_recv.2 \ |