diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-21 17:53:42 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-21 17:53:42 +0000 |
commit | 89bfc93efa984667db75c0a6b31d725da9f0fa96 (patch) | |
tree | 2b30a3e2af0c56ae58706666ff876cd6aa69cc64 /net | |
parent | 20ac1db4afb681a268b2d518c1e0677e14d3d880 (diff) | |
download | freebsd-ports-89bfc93efa984667db75c0a6b31d725da9f0fa96.zip |
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 5e2d5bb83adc..a6eb9aea4f2d 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> |