diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-20 20:57:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-20 20:57:26 +0000 |
commit | e525c249ead927dd9c8c7d581c6ee6061a1b24cc (patch) | |
tree | 6db5ca42535769ac7f9f5728d8a224158d16e61a /mbone | |
parent | Update to 2.4.1. (diff) |
- Unbreak by adding dependency on makedepend.
PR: ports/59500
Submitted by: Panagiotis Astithas <past@noc.ntua.gr> (maintainer)
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=94538
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/mcl/Makefile | 2 |
1 files changed, 2 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 \ |