aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-07 20:47:40 +0800
committerkris <kris@FreeBSD.org>2004-03-07 20:47:40 +0800
commit6a05bacdd48d075c395e02c2f11fc3689ec328ee (patch)
treecfa189743233f3a8bf74f260d51b5d7c1b8f42df /devel
parent4d207e4b798ff4da4ac1f488b0db2d7dbfcd1443 (diff)
downloadfreebsd-ports-gnome-6a05bacdd48d075c395e02c2f11fc3689ec328ee.tar.gz
freebsd-ports-gnome-6a05bacdd48d075c395e02c2f11fc3689ec328ee.tar.zst
freebsd-ports-gnome-6a05bacdd48d075c395e02c2f11fc3689ec328ee.zip
BROKEN On ia64 and amd64: Configure fails
Diffstat (limited to 'devel')
-rw-r--r--devel/mob/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/mob/Makefile b/devel/mob/Makefile
index bc0a38d4a624..3cfd7f6385cf 100644
--- a/devel/mob/Makefile
+++ b/devel/mob/Makefile
@@ -21,6 +21,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GMAKE= yes
GNU_CONFIGURE= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
+BROKEN= "Configure fails on amd64 or ia64"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/inspector ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@@ -28,4 +34,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/mob.ps ${PREFIX}/share/doc/mob
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>