summaryrefslogtreecommitdiff
path: root/devel/p5-Data-ShowTable
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-12 04:19:27 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-12 04:19:27 +0000
commit6b1e39b5fde17434ef3ce33fbe2538be83df2f3d (patch)
tree4ff37cff1db8f0997fb3344d82c3f6e38e9344a8 /devel/p5-Data-ShowTable
parentMark ports that depends on postgresql BROKEN for ELF (diff)
Mark BROKEN for current:
===> Generating temporary packing list ===> Compressing manual pages for p5-Data-ShowTable-3.3 /usr/local/man//man1/showtable.1: No such file or directory *** Error code 1
Notes
Notes: svn path=/head/; revision=13889
Diffstat (limited to 'devel/p5-Data-ShowTable')
-rw-r--r--devel/p5-Data-ShowTable/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/p5-Data-ShowTable/Makefile b/devel/p5-Data-ShowTable/Makefile
index ba3a0da8f521..b905060419ab 100644
--- a/devel/p5-Data-ShowTable/Makefile
+++ b/devel/p5-Data-ShowTable/Makefile
@@ -3,7 +3,7 @@
# Date created: September 10th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.4 1998/08/12 09:57:47 asami Exp $
+# $Id: Makefile,v 1.5 1998/09/15 21:31:33 asami Exp $
#
DISTNAME= Data-ShowTable-3.3
@@ -16,6 +16,11 @@ MAINTAINER= jfitz@FreeBSD.ORG
USE_PERL5= YES
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= perl
+.endif
+
MAN1= showtable.1
MAN3= Data::ShowTable.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}