diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-28 04:49:11 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-28 04:49:11 +0800 |
commit | 9cc41810c614571a9e943357c30eb549b356393b (patch) | |
tree | 11a41b82813a6dba0963a09083dca8b50c04197c /lang | |
parent | 65c639dd2e8bd67c2c7aaf327979461b85ad301b (diff) | |
download | freebsd-ports-gnome-9cc41810c614571a9e943357c30eb549b356393b.tar.gz freebsd-ports-gnome-9cc41810c614571a9e943357c30eb549b356393b.tar.zst freebsd-ports-gnome-9cc41810c614571a9e943357c30eb549b356393b.zip |
- Mark only for i386, does not build on 64-bit archs
PR: ports/73217
Submitted by: Julian Stecklina <der_julian@web.de> (maintainer)
Diffstat (limited to 'lang')
-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 |