diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 09:33:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 09:33:38 +0000 |
commit | fbb2e27d7c580d31afc71ee4372b29599d7f0fcf (patch) | |
tree | fa0ffd7250f4173fd75590194706ab7dc1b72108 /databases/clip | |
parent | 828efc77a923da3826eaf4a74290b82f851d5809 (diff) | |
download | ports-fbb2e27d7c580d31afc71ee4372b29599d7f0fcf.tar.gz ports-fbb2e27d7c580d31afc71ee4372b29599d7f0fcf.zip |
Notes
Diffstat (limited to 'databases/clip')
-rw-r--r-- | databases/clip/Makefile | 4 |
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 \ |