diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-11 14:12:37 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-11 14:12:37 +0000 |
commit | b0596141ec79d9bd5e30c914f4eb168cf98b75a0 (patch) | |
tree | b12a5a80542875dca671f37d7fec152ab60fcbeb /www/wml/Makefile | |
parent | 23fd55984624a905204069719d3fa67f155bc209 (diff) |
Notes
Diffstat (limited to 'www/wml/Makefile')
-rw-r--r-- | www/wml/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile index 702703b2922f..cff617ab4672 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: wml -# Version required: 1.6.7 +# Version required: 1.6.8 # Date created: 09-Sep-1997 # Whom: Ralf S. Engelschall <rse@engelschall.com> # -# $Id: Makefile,v 1.26 1998/10/15 10:43:21 jseger Exp $ +# $Id: Makefile,v 1.27 1998/11/11 05:37:38 asami Exp $ # -DISTNAME= wml-1.6.7 +DISTNAME= wml-1.6.8 CATEGORIES= www lang MASTER_SITES= http://www.engelschall.com/sw/wml/distrib/ \ ftp://ftp.ch.engelschall.com/sw/wml/ \ @@ -17,10 +17,6 @@ MAINTAINER= rse@engelschall.com .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 300000 -BROKEN= perl -.endif - USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ |