summaryrefslogtreecommitdiff
path: root/net/xbone
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-08-21 02:51:16 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-08-21 02:51:16 +0000
commit2c9aab28744fc98f86866847715e746bbabd019b (patch)
treef2986d4dd15555477558365c13f91cdaa75170dc /net/xbone
parentFix gmodule and gthread library names in .pc files. (diff)
Fixed non-existing dependency (p5-CGI to p5-CGI.pm).
Use SITE_PERL (kuriyama). PR: ports/55648 Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
Notes
Notes: svn path=/head/; revision=87416
Diffstat (limited to 'net/xbone')
-rw-r--r--net/xbone/Makefile20
1 files changed, 8 insertions, 12 deletions
diff --git a/net/xbone/Makefile b/net/xbone/Makefile
index 51a3257d28a9..c44c019e650f 100644
--- a/net/xbone/Makefile
+++ b/net/xbone/Makefile
@@ -13,8 +13,6 @@ 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"
@@ -25,8 +23,6 @@ USE_PERL5= yes
IS_INTERACTIVE= yes
NO_BUILD= yes
-PERL_LIB= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
-
.if !defined(OPTION) || ${OPTION}!=RD && ${OPTION}!=OMGUI
pre-fetch:
@${ECHO} ""
@@ -44,18 +40,18 @@ pre-fetch:
@${FALSE}
.elif defined(OPTION)
.if ${OPTION}==RD
-BUILD_DEPENDS= ${PERL_LIB}/Net/Netmask.pm:${PORTSDIR}/net/p5-Net-Netmask \
- ${PERL_LIB}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay
+BUILD_DEPENDS= ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net/p5-Net-Netmask \
+ ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay
INSTALL_TARGET= rd
PLIST= ${PKGDIR}/pkg-plist.rd
.else
BUILD_DEPENDS= ${PREFIX}/sbin/httpsd:${PORTSDIR}/www/apache13-ssl\
- ${PERL_LIB}/CGI/Carp.pm:${PORTSDIR}/www/p5-CGI \
- ${PERL_LIB}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \
- ${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
+ ${SITE_PERL}/CGI/Carp.pm:${PORTSDIR}/www/p5-CGI.pm \
+ ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \
+ ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net/p5-Net-Netmask\
+ ${SITE_PERL}/File/CounterFile.pm:${PORTSDIR}/misc/p5-File-CounterFile \
+ ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
+ ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
INSTALL_TARGET= omgui
MAKE_ARGS= PERL5=${PERL5} SYS=${SYS}
.endif