summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-26 09:33:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-26 09:33:38 +0000
commitfbb2e27d7c580d31afc71ee4372b29599d7f0fcf (patch)
treefa0ffd7250f4173fd75590194706ab7dc1b72108 /databases
parentBROKEN on !i386 5.x: Does not compile (diff)
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=102174
Diffstat (limited to 'databases')
-rw-r--r--databases/clip/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile
index 9a23433734e2..e1abaeb9a520 100644
--- a/databases/clip/Makefile
+++ b/databases/clip/Makefile
@@ -24,6 +24,10 @@ WANT_GNOME= yes
.include <bsd.port.pre.mk>
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \
wget:${PORTSDIR}/ftp/wget
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \