aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-16 02:46:30 +0800
committerlinimon <linimon@FreeBSD.org>2006-07-16 02:46:30 +0800
commit22b318c8ecd08afb43ed6ed69d18a15f4babfd20 (patch)
treed7aafcc145ec073b64832fe30161e2d5f119a5fd /graphics
parentdebb9c66c461ee560f42b2dc001a94bc74611609 (diff)
downloadfreebsd-ports-graphics-22b318c8ecd08afb43ed6ed69d18a15f4babfd20.tar.gz
freebsd-ports-graphics-22b318c8ecd08afb43ed6ed69d18a15f4babfd20.tar.zst
freebsd-ports-graphics-22b318c8ecd08afb43ed6ed69d18a15f4babfd20.zip
Mark broken on ia64.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/entice/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/entice/Makefile b/graphics/entice/Makefile
index a488d33ba7d..720981adf82 100644
--- a/graphics/entice/Makefile
+++ b/graphics/entice/Makefile
@@ -23,4 +23,10 @@ USE_GNOME= gnometarget
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH}==ia64
+BROKEN= does not install on ${ARCH}
+.endif
+
+.include <bsd.port.post.mk>