summaryrefslogtreecommitdiff
path: root/net/xbone
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-07-31 03:41:20 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-07-31 03:41:20 +0000
commit3970075195d6b918137093419fb7be407acdaf26 (patch)
treed97b380f7cf8ea0268a632469d1c06b3ac529121 /net/xbone
parentAdd an entry for devel/gnome2-devel. (diff)
BROKEN: Depends on the nonexistent www/p5-CGI port.
Also correct two instances of $[FOO] which is not valid makefile syntax.
Notes
Notes: svn path=/head/; revision=86005
Diffstat (limited to 'net/xbone')
-rw-r--r--net/xbone/Makefile4
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