diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-05 01:46:48 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-05 01:46:48 +0000 |
commit | 87a20a29f343626472cc7e5e9021bbadb3e607d2 (patch) | |
tree | acce0832dedc5198d8eb8fed738644f849f82118 /editors | |
parent | 6db601fdebd5b4ccf9cfa5b486825ece81b9f466 (diff) | |
download | FreeBSD-ports-87a20a29f343626472cc7e5e9021bbadb3e607d2.zip FreeBSD-ports-87a20a29f343626472cc7e5e9021bbadb3e607d2.tar.gz |
This port always needs perl to build it's documentation.
Noticed on: bento
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index e9b33a1..eda12c3 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -26,6 +26,7 @@ MAINTAINER= gj@FreeBSD.org MAKEFILE= makefile GNU_CONFIGURE= yes +USE_PERL5= yes MAN1= vile.1 .if defined(WITH_ALL) @@ -36,7 +37,6 @@ WITH_PERL=1 .if defined(WITH_PERL) CONFIGURE_ARGS= --with-perl PLIST= ${PKGDIR}/pkg-plist.perl -USE_PERL5= yes .endif .if defined(WITH_FILTERS) |