diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-27 20:49:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-27 20:49:11 +0000 |
commit | 9cc41810c614571a9e943357c30eb549b356393b (patch) | |
tree | 11a41b82813a6dba0963a09083dca8b50c04197c /lang/ecl | |
parent | 65c639dd2e8bd67c2c7aaf327979461b85ad301b (diff) |
Notes
Diffstat (limited to 'lang/ecl')
-rw-r--r-- | lang/ecl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile index 90831c4ee8b8..d13eaf6b3d46 100644 --- a/lang/ecl/Makefile +++ b/lang/ecl/Makefile @@ -20,6 +20,9 @@ WRKSRC= ${WRKDIR}/ecls INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/ecl +# does not build on 64-bit archs +ONLY_FOR_ARCHS= i386 + MAN1= ecl.1 INFO= ecl ecldev |