diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-27 01:53:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-27 01:53:59 +0000 |
commit | 09b8e4d66cfaf336dfdf1e0430bfc08a69d38acb (patch) | |
tree | 233686ea3efcfedcc75a690694c3c63830250416 /devel/libpeak | |
parent | 945f89f7eafc233da3fb56090cad06a8e3da233c (diff) | |
download | ports-09b8e4d66cfaf336dfdf1e0430bfc08a69d38acb.tar.gz ports-09b8e4d66cfaf336dfdf1e0430bfc08a69d38acb.zip |
Notes
Diffstat (limited to 'devel/libpeak')
-rw-r--r-- | devel/libpeak/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 <bsd.port.mk> |