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 | BROKEN: Incorrect pkg-plist (diff) |
Add ONLY_FOR_ARCHS=i386 because the configure script refuses to
recognise anything else.
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=132067
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> |