diff options
author | az <az@FreeBSD.org> | 2013-07-31 18:19:48 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-31 18:19:48 +0800 |
commit | e28b02cd912aa7a5253760b500c87230e453e6f5 (patch) | |
tree | 2a16d11b0ba07c9cbb9bdfbaaa40ae200898470c | |
parent | b62f633c12303d3ba7e76e32162499aa15215f3d (diff) | |
download | freebsd-ports-gnome-e28b02cd912aa7a5253760b500c87230e453e6f5.tar.gz freebsd-ports-gnome-e28b02cd912aa7a5253760b500c87230e453e6f5.tar.zst freebsd-ports-gnome-e28b02cd912aa7a5253760b500c87230e453e6f5.zip |
- Convert to new perl order (fix build)
- Trim Makefile header
-rw-r--r-- | www/wml/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile index 52b6190c6a45..39ce916c2f9a 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -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 |