diff options
author | kris <kris@FreeBSD.org> | 2003-07-31 11:41:20 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-07-31 11:41:20 +0800 |
commit | 87816e3ab923ff17928b267561f58423cead3289 (patch) | |
tree | e6a09633d86a69c3b2eb6aa8aa3c429fc35a0028 /net | |
parent | fff13602f15521415fe016167b50985c6316da45 (diff) | |
download | freebsd-ports-gnome-87816e3ab923ff17928b267561f58423cead3289.tar.gz freebsd-ports-gnome-87816e3ab923ff17928b267561f58423cead3289.tar.zst freebsd-ports-gnome-87816e3ab923ff17928b267561f58423cead3289.zip |
BROKEN: Depends on the nonexistent www/p5-CGI port.
Also correct two instances of $[FOO] which is not valid makefile syntax.
Diffstat (limited to 'net')
-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 |