diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-02 06:50:55 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-02 06:50:55 +0000 |
commit | 25bd261f53dfb49900fd49d14cd8318c70174a4e (patch) | |
tree | 1feae9de4a0f55266ddede43ad2446a97a83b0ed /lang/ecl | |
parent | Fix build on Python 2.4 (diff) |
Add missing perl dependency.
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=122962
Diffstat (limited to 'lang/ecl')
-rw-r--r-- | lang/ecl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile index 677735728f4e..406e768ae9fb 100644 --- a/lang/ecl/Makefile +++ b/lang/ecl/Makefile @@ -30,6 +30,7 @@ INFO= ecl ecldev USE_BZIP2= YES USE_GMAKE= YES +USE_PERL5_BUILD=yes GNU_CONFIGURE= YES USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --with-tcp --enable-threads --with-clos-streams --enable-local-gmp --with-cmuformat |