From 1073ab2365724c3356d72ccff3fffc4088b1dbbb Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 27 Mar 2005 01:53:59 +0000 Subject: Add ONLY_FOR_ARCHS=i386 because the configure script refuses to recognise anything else. Approved by: portmgr (self) --- devel/libpeak/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/libpeak/Makefile b/devel/libpeak/Makefile index 82bf7365838c..dc5435ec296b 100644 --- a/devel/libpeak/Makefile +++ b/devel/libpeak/Makefile @@ -18,4 +18,6 @@ COMMENT= Parallel Events and Asynchronous tasKing Library GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +ONLY_FOR_ARCHS= i386 + .include -- cgit