summaryrefslogtreecommitdiff
path: root/www/wml/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-15 10:43:21 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-15 10:43:21 +0000
commit31866cd8c96f931d9d378e4cd33eb6cc47b862cd (patch)
tree61a7443c19a49f54ca29db8d4f1aa3422a178d6c /www/wml/Makefile
parentMark BROKEN for ELF: (diff)
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
Notes
Notes: svn path=/head/; revision=14017
Diffstat (limited to '')
-rw-r--r--www/wml/Makefile7
1 files changed, 6 insertions, 1 deletions
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 <rse@engelschall.com>
#
-# $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} \