diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-07-21 00:17:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-07-21 00:17:02 +0000 |
commit | ef576fa53bb607ab5a8fb5d8d8c3c0e05036b91b (patch) | |
tree | 1634c6ff0fa293a4c761178123064bc0d2407233 /graphics/icoutils | |
parent | 0c32c09958a8077c063b2a482bed42d2d8248e64 (diff) | |
download | ports-ef576fa53bb607ab5a8fb5d8d8c3c0e05036b91b.tar.gz ports-ef576fa53bb607ab5a8fb5d8d8c3c0e05036b91b.zip |
Notes
Diffstat (limited to 'graphics/icoutils')
-rw-r--r-- | graphics/icoutils/Makefile | 12 |
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> |