diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-21 17:53:42 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-21 17:53:42 +0000 |
commit | abe1db515a205c27b4052e80e45e8e796029360f (patch) | |
tree | 734ccb9c705494dca7b1db3f93be4c93402356e3 /net | |
parent | 8ee82e70199023652f9a665d4de0fca1b225480b (diff) | |
download | FreeBSD-ports-abe1db515a205c27b4052e80e45e8e796029360f.zip FreeBSD-ports-abe1db515a205c27b4052e80e45e8e796029360f.tar.gz |
Unbroken.
PR: ports/9428
Submitted by: Palle Girgensohn <girgen@partitur.se>
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-pRPC/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net/p5-pRPC/Makefile b/net/p5-pRPC/Makefile index 5e2d5bb..a6eb9ae 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.3 1998/10/12 03:17:55 jseger Exp $ +# $Id: Makefile,v 1.4 1998/11/11 05:37:28 asami Exp $ # DISTNAME= pRPC-modules-0.1005 @@ -18,12 +18,6 @@ BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Storable.p USE_PERL5= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 300000 -BROKEN= perl -.endif - MAN3= Bundle::pRPC-modules.3 \ RPC::pClient.3 \ RPC::pServer.3 @@ -32,4 +26,4 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL -.include <bsd.port.post.mk> +.include <bsd.port.mk> |