diff options
author | Lars Thegler <lth@FreeBSD.org> | 2007-06-07 08:18:44 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2007-06-07 08:18:44 +0000 |
commit | 92c879543eb0ad2862b2bfe8ab17e2d6a9931e55 (patch) | |
tree | 0eeb1d748250c1e382ef5d0bc80997bdb5ced3e6 /devel/p4 | |
parent | 8727993534b4e6bfa963e09a76d0f4a8e59cb82a (diff) | |
download | freebsd-ports-92c879543eb0ad2862b2bfe8ab17e2d6a9931e55.zip |
It is only the sparc version that does not work on 7.x. i386 and amd64 work fine.
Submitted by: "M. Warner Losh" <imp@bsdimp.com>
Diffstat (limited to 'devel/p4')
-rw-r--r-- | devel/p4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p4/Makefile b/devel/p4/Makefile index 88677ddd08b6..57138b7b96fe 100644 --- a/devel/p4/Makefile +++ b/devel/p4/Makefile @@ -59,7 +59,7 @@ PLIST_FILES= ${BIN_FILES:S+^+bin/+g} \ .include <bsd.port.pre.mk> -.if ${OSVERSION} > 700017 +.if ${ARCH} == sparc64 && ${OSVERSION} > 700017 BROKEN= requires compat6x, which has not yet been relased .endif |