aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-07-21 00:17:02 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-07-21 00:17:02 +0000
commitef576fa53bb607ab5a8fb5d8d8c3c0e05036b91b (patch)
tree1634c6ff0fa293a4c761178123064bc0d2407233 /graphics
parent0c32c09958a8077c063b2a482bed42d2d8248e64 (diff)
downloadports-ef576fa53bb607ab5a8fb5d8d8c3c0e05036b91b.tar.gz
ports-ef576fa53bb607ab5a8fb5d8d8c3c0e05036b91b.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/icoutils/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile
index c1008a69da44..e9f347e7cfd5 100644
--- a/graphics/icoutils/Makefile
+++ b/graphics/icoutils/Makefile
@@ -30,4 +30,14 @@ PLIST_FILES= \
bin/icotool \
bin/wrestool
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
+.include <bsd.port.post.mk>