diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 03:17:55 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 03:17:55 +0000 |
commit | 50cbbf4ca46c9e9f3a3a7c8110ba0250a4cb1566 (patch) | |
tree | 5f2f92639379f171fac4e09aeb3ad7543129828f /net/p5-pRPC | |
parent | Unbreak for ELF. (diff) |
Mark BROKEN for current :
standard perl path problems
Diffstat (limited to 'net/p5-pRPC')
-rw-r--r-- | net/p5-pRPC/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/p5-pRPC/Makefile b/net/p5-pRPC/Makefile index 2dc19a2e235b..acefb7519df6 100644 --- a/net/p5-pRPC/Makefile +++ b/net/p5-pRPC/Makefile @@ -3,7 +3,7 @@ # Date Created: Aug 18 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/08/18 02:39:39 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/09/15 21:31:50 asami Exp $ # DISTNAME= pRPC-modules-0.1005 @@ -18,6 +18,11 @@ BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Storable.p USE_PERL5= yes +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= perl +.endif + MAN3= Bundle::pRPC-modules.3 \ RPC::pClient.3 \ RPC::pServer.3 |