diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-05 01:46:48 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-05 01:46:48 +0000 |
commit | 52e0c82c3106daa18500763b69b7e4a7ab63bfeb (patch) | |
tree | 6630a5c315941fe67e2bccf71d5f0c39d08b97df /editors/vile | |
parent | f4aab86d3c8543f59e800117eb754e029dc0fd6b (diff) | |
download | ports-52e0c82c3106daa18500763b69b7e4a7ab63bfeb.tar.gz ports-52e0c82c3106daa18500763b69b7e4a7ab63bfeb.zip |
Notes
Diffstat (limited to 'editors/vile')
-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 e9b33a19d02d..eda12c3042ef 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) |