From 9cc41810c614571a9e943357c30eb549b356393b Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 27 Oct 2004 20:49:11 +0000 Subject: - Mark only for i386, does not build on 64-bit archs PR: ports/73217 Submitted by: Julian Stecklina (maintainer) --- lang/ecl/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lang/ecl') 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 -- cgit v1.2.3