From 09b8e4d66cfaf336dfdf1e0430bfc08a69d38acb Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 27 Mar 2005 01:53:59 +0000 Subject: [PATCH] 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