aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p4p
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2007-06-07 16:18:44 +0800
committerlth <lth@FreeBSD.org>2007-06-07 16:18:44 +0800
commitd5e0cd1a08dd29f4206cb1c8b89b5da55f39eeab (patch)
tree208418aa509fe7de6e5606263c0fa1030f053fd6 /devel/p4p
parenta20459a042ef72326a672bef1132e0bba6890174 (diff)
downloadfreebsd-ports-gnome-d5e0cd1a08dd29f4206cb1c8b89b5da55f39eeab.tar.gz
freebsd-ports-gnome-d5e0cd1a08dd29f4206cb1c8b89b5da55f39eeab.tar.zst
freebsd-ports-gnome-d5e0cd1a08dd29f4206cb1c8b89b5da55f39eeab.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/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