From 49c271afd62f9e3c5e762fd9ad151859cf22c3fe Mon Sep 17 00:00:00 2001 From: jseger Date: Thu, 15 Oct 1998 10:43:21 +0000 Subject: Mark BROKEN for current, pel: ===> Building package for wml-1.6.7 Creating package /usr/ports/packages/All/wml-1.6.7.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/wml-1.6.7.tgz' tar: can't add file lib/wml/perl/lib/site_perl/5.005/File/PathConvert.pm : No such file or directory tar: can't add file lib/wml/perl/lib/site_perl/5.005/Getopt/Long.pm : No such file or directory --- www/wml/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/wml/Makefile b/www/wml/Makefile index fb06b59088ef..f96bc8737928 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -3,7 +3,7 @@ # Date created: 09-Sep-1997 # Whom: Ralf S. Engelschall # -# $Id: Makefile,v 1.24 1998/08/25 11:18:06 rse Exp $ +# $Id: Makefile,v 1.25 1998/09/15 21:31:58 asami Exp $ # DISTNAME= wml-1.6.7 @@ -15,6 +15,11 @@ MASTER_SITES= http://www.engelschall.com/sw/wml/distrib/ \ MAINTAINER= rse@engelschall.com +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= perl +.endif + USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ -- cgit