aboutsummaryrefslogtreecommitdiff
path: root/devel/p4d
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/p4d
parent8727993534b4e6bfa963e09a76d0f4a8e59cb82a (diff)
downloadports-92c879543eb0ad2862b2bfe8ab17e2d6a9931e55.tar.gz
ports-92c879543eb0ad2862b2bfe8ab17e2d6a9931e55.zip
Notes
Diffstat (limited to 'devel/p4d')
-rw-r--r--devel/p4d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile
index 88677ddd08b6..57138b7b96fe 100644
--- a/devel/p4d/Makefile
+++ b/devel/p4d/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