diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-16 00:55:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-16 00:55:11 +0000 |
commit | 64c763b17f68d1135c48821830ae2e9914ba34cf (patch) | |
tree | e55d0ccb507979c98a943e9bfa81920431d3f57f /japanese | |
parent | Remove BUILD_DEPENDS on gm4 as this is now inherited from devel/bison. (diff) |
scripts/configure needs perl -> USE_PERL5=yes
Noticed on: bento
Notes
Notes:
svn path=/head/; revision=70218
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/xjman/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/xjman/Makefile b/japanese/xjman/Makefile index 32471132ccb5..35d0908e0114 100644 --- a/japanese/xjman/Makefile +++ b/japanese/xjman/Makefile @@ -18,6 +18,7 @@ MAINTAINER?= sada@FreeBSD.org RUN_DEPENDS= jman:${PORTSDIR}/japanese/man USE_REINPLACE= yes +USE_PERL5= yes NO_MTREE= yes PLIST= ${WRKDIR}/PLIST USE_BZIP2= yes |