aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/irit/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-03-28 20:29:00 +0800
committerpav <pav@FreeBSD.org>2004-03-28 20:29:00 +0800
commit55bdb7b28b817efba051e51a80ca5417715047c5 (patch)
tree902aa0e9501f932950222554f35f137e2997f32c /graphics/irit/Makefile
parentc6ec88b077abb6b1e6ffd770465dbd74bd188818 (diff)
downloadfreebsd-ports-gnome-55bdb7b28b817efba051e51a80ca5417715047c5.tar.gz
freebsd-ports-gnome-55bdb7b28b817efba051e51a80ca5417715047c5.tar.zst
freebsd-ports-gnome-55bdb7b28b817efba051e51a80ca5417715047c5.zip
- Fix build on != i386
PR: ports/64790 Submitted by: Igor Pokrovsky <tiamat@comset.net> (maintainer) Tested on: Sledge
Diffstat (limited to 'graphics/irit/Makefile')
-rw-r--r--graphics/irit/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/irit/Makefile b/graphics/irit/Makefile
index 0cdc9575f2b5..beb0c373ad74 100644
--- a/graphics/irit/Makefile
+++ b/graphics/irit/Makefile
@@ -52,12 +52,6 @@ PLIST_SUB= WITH_MOTIF=""
PKGMESSAGE= ${WRKDIR}/pkg-message
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
-.endif
-
.ifndef (WITH_MOTIF)
pre-everything::
@${ECHO_CMD} ""
@@ -99,4 +93,4 @@ post-install:
@(${SED} -e 's|%%DATADIR%%|${DATADIR}|' \
<pkg-message >${PKGMESSAGE} && ${CAT} ${PKGMESSAGE})
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>