diff options
Diffstat (limited to 'textproc/yodl')
-rw-r--r-- | textproc/yodl/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile index 9e552c468bed..74283389b9d6 100644 --- a/textproc/yodl/Makefile +++ b/textproc/yodl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: yodl -# Date created: 22 Oct 1997 -# Whom: Donald Burr <dburr@FreeBSD.org> -# +# Created by: Donald Burr <dburr@FreeBSD.org> # $FreeBSD$ -# PORTNAME= yodl PORTVERSION= 3.00.0 @@ -22,7 +18,8 @@ BUILD_DEPENDS= icmake:${PORTSDIR}/devel/icmake \ bash:${PORTSDIR}/shells/bash \ gsed:${PORTSDIR}/textproc/gsed -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build .if !defined(NO_INSTALL_MANPAGES) MANCOMPRESSED= no |