Add ONLY_FOR_ARCHS=i386 because the configure script refuses to

recognise anything else.

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-03-27 01:53:59 +00:00
parent 945f89f7ea
commit 09b8e4d66c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132067

View file

@ -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>