summaryrefslogtreecommitdiff
path: root/devel/p4p
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2007-06-07 08:18:44 +0000
committerLars Thegler <lth@FreeBSD.org>2007-06-07 08:18:44 +0000
commit92c879543eb0ad2862b2bfe8ab17e2d6a9931e55 (patch)
tree0eeb1d748250c1e382ef5d0bc80997bdb5ced3e6 /devel/p4p
parent- Update to 0.3.2.6 (diff)
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>
Notes
Notes: svn path=/head/; revision=192982
Diffstat (limited to 'devel/p4p')
-rw-r--r--devel/p4p/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p4p/Makefile b/devel/p4p/Makefile
index 88677ddd08b6..57138b7b96fe 100644
--- a/devel/p4p/Makefile
+++ b/devel/p4p/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