diff options
-rw-r--r-- | www/wml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile index ec75427cb62e..bffc6ebc04ba 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.21 1998/06/25 12:34:26 rse Exp $ +# $Id: Makefile,v 1.22 1998/08/02 15:43:35 rse Exp $ # DISTNAME= wml-1.6.7 @@ -15,6 +15,8 @@ MASTER_SITES= http://www.engelschall.com/sw/wml/distrib/ \ MAINTAINER= rse@engelschall.com +BROKEN= perl5 upgrade + USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ |