diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-12-31 13:15:55 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-12-31 13:15:55 +0000 |
commit | 95e81caad752745428bd90dfdaca49aa7c9d8b23 (patch) | |
tree | 915c84c6a552527aa73c79c9d5498030eea11ae9 /textproc | |
parent | 3e3f26bb87d0c755730484a7147f7a853297e050 (diff) | |
download | ports-95e81caad752745428bd90dfdaca49aa7c9d8b23.tar.gz ports-95e81caad752745428bd90dfdaca49aa7c9d8b23.zip |
Fix configure error.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=152483
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uim-el/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile index b7a1c34655aa..327ee519fe82 100644 --- a/textproc/uim-el/Makefile +++ b/textproc/uim-el/Makefile @@ -19,6 +19,7 @@ CONFLICTS?= uim-el-xemacs21-mule-[0-9]* RUN_DEPENDS= uim-el-agent:${PORTSDIR}/textproc/uim +USE_PERL5_BUILD=yes USE_GMAKE= yes GNU_CONFIGURE= yes |