Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2013 10:19:49 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324032 - head/www/wml
Message-ID:  <201307311019.r6VAJnFq009528@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Wed Jul 31 10:19:48 2013
New Revision: 324032
URL: http://svnweb.freebsd.org/changeset/ports/324032

Log:
  - Convert to new perl order (fix build)
  - Trim Makefile header

Modified:
  head/www/wml/Makefile

Modified: head/www/wml/Makefile
==============================================================================
--- head/www/wml/Makefile	Wed Jul 31 10:17:10 2013	(r324031)
+++ head/www/wml/Makefile	Wed Jul 31 10:19:48 2013	(r324032)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	wml
-# Date created:		09-Sep-1997
-# Whom:			Ralf S. Engelschall <rse@engelschall.com>
-#
+# Created by: Ralf S. Engelschall <rse@engelschall.com>
 # $FreeBSD$
-#
 
 PORTNAME=	wml
 PORTVERSION=	2.0.12
@@ -28,7 +24,8 @@ RUN_DEPENDS=	\
 BUILD_DEPENDS=	lynx:${PORTSDIR}/www/lynx \
 		${RUN_DEPENDS}
 
-USE_PERL5=	yes
+USES=		perl5
+USE_PERL5=	run build patch
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USES=		gettext



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307311019.r6VAJnFq009528>