diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2006-02-16 22:50:01 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2006-02-16 22:50:01 +0000 |
commit | e3b6b4c93e07386e7c0679e626e195301c0aeeb8 (patch) | |
tree | 82f68686431f0a9561bf032dee25d5fe9867c240 /net/warppipe | |
parent | d07ba9531d75d7675fabda5e085c7b33feb2edb9 (diff) | |
download | ports-e3b6b4c93e07386e7c0679e626e195301c0aeeb8.tar.gz ports-e3b6b4c93e07386e7c0679e626e195301c0aeeb8.zip |
Mark for i386 only.
Given that the port needs 4.x compat libraries and is i386 binary, the
only other arch it could run is amd64. But as it also needs X11 libraries
and there is no port that would install 32bit versions of those yet for
amd64, only i386 is left.
Noticed by: pointyhat via kris
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=156195
Diffstat (limited to 'net/warppipe')
-rw-r--r-- | net/warppipe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/warppipe/Makefile b/net/warppipe/Makefile index fb2a4ae4d02a..42c68e56addc 100644 --- a/net/warppipe/Makefile +++ b/net/warppipe/Makefile @@ -15,6 +15,7 @@ COMMENT= Online multi-player gaming for the Nintendo GameCube LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x +ONLY_FOR_ARCHS= i386 USE_XLIB= YES WRKSRC= ${WRKDIR}/WarpPipe-0.3.5-bsd NO_BUILD= YES |