diff options
-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 |