summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/p5-WWW-Search/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/p5-WWW-Search/Makefile b/www/p5-WWW-Search/Makefile
index bf09d2e6716e..69a48987e43f 100644
--- a/www/p5-WWW-Search/Makefile
+++ b/www/p5-WWW-Search/Makefile
@@ -3,7 +3,7 @@
# Date created: June 26th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.7 1998/09/08 15:32:21 vanilla Exp $
+# $Id: Makefile,v 1.8 1998/09/15 21:31:57 asami Exp $
#
DISTNAME= WWW-Search-1.021
@@ -18,6 +18,11 @@ BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/
USE_PERL5= YES
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= perl
+.endif
+
MAN1= AutoSearch.1 \
WebSearch.1
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}