diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-31 03:41:20 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-31 03:41:20 +0000 |
commit | 3970075195d6b918137093419fb7be407acdaf26 (patch) | |
tree | d97b380f7cf8ea0268a632469d1c06b3ac529121 /net/xbone | |
parent | 5a6762b5e36b9e1abf08fcb342cd4657f8edadbd (diff) | |
download | ports-3970075195d6b918137093419fb7be407acdaf26.tar.gz ports-3970075195d6b918137093419fb7be407acdaf26.zip |
Notes
Diffstat (limited to 'net/xbone')
-rw-r--r-- | net/xbone/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/xbone/Makefile b/net/xbone/Makefile index e20965267fa3..51a3257d28a9 100644 --- a/net/xbone/Makefile +++ b/net/xbone/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.isi.edu/xbone/software/x-bone/ MAINTAINER= yushunwa@isi.edu COMMENT= A system for dynamic internet overlay deployment and management +BROKEN= "Depends on nonexistent port" + .include <bsd.port.pre.mk> .if ${OSVERSION} < 320000 BROKEN= "X-Bone does not support FreeBSD prior to 3.2" @@ -53,7 +55,7 @@ BUILD_DEPENDS= ${PREFIX}/sbin/httpsd:${PORTSDIR}/www/apache13-ssl\ ${PERL_LIB}/Net/Netmask.pm:${PORTSDIR}/net/p5-Net-Netmask\ ${PERL_LIB}/File/CounterFile.pm:${PORTSDIR}/misc/p5-File-CounterFile \ ${PERL_LIB}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ - $[PERL_LIB]/Parse/RecDescent.pm:$[PORTSDIR]/devel/p5-Parse-RecDescent + ${PERL_LIB}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent INSTALL_TARGET= omgui MAKE_ARGS= PERL5=${PERL5} SYS=${SYS} .endif |