summaryrefslogtreecommitdiff
path: root/net/p5-pRPC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-pRPC/Makefile')
-rw-r--r--net/p5-pRPC/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/p5-pRPC/Makefile b/net/p5-pRPC/Makefile
index acefb7519df6..5e2d5bb83adc 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.2 1998/09/15 21:31:50 asami Exp $
+# $Id: Makefile,v 1.3 1998/10/12 03:17:55 jseger Exp $
#
DISTNAME= pRPC-modules-0.1005
@@ -18,7 +18,8 @@ BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Storable.p
USE_PERL5= yes
-OSVERSION!= sysctl -n kern.osreldate
+.include <bsd.port.pre.mk>
+
.if ${OSVERSION} >= 300000
BROKEN= perl
.endif
@@ -31,4 +32,4 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>