diff options
author | kris <kris@FreeBSD.org> | 2004-03-05 19:19:32 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-05 19:19:32 +0800 |
commit | 8fe8208cb260c0ef56a518ddf0f432886760870f (patch) | |
tree | b9513f17e328b560088e44bb09ea2650f9eba7ab /graphics | |
parent | 70fb455c6ebe35cae4961e2d9d490d31a2c5e083 (diff) | |
download | freebsd-ports-gnome-8fe8208cb260c0ef56a518ddf0f432886760870f.tar.gz freebsd-ports-gnome-8fe8208cb260c0ef56a518ddf0f432886760870f.tar.zst freebsd-ports-gnome-8fe8208cb260c0ef56a518ddf0f432886760870f.zip |
BROKEN on !i386 as well: Configure fails.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hpoj/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/hpoj/Makefile b/graphics/hpoj/Makefile index d7e0ef601034..b16e954686c8 100644 --- a/graphics/hpoj/Makefile +++ b/graphics/hpoj/Makefile @@ -54,6 +54,10 @@ PLIST_SUB+= X11="@comment " BROKEN= "ffs() clash, see i386/41930" .endif +.if ${ARCH} != "i386" +BROKEN= "Configure fails on !i386" +.endif + .if ${ARCH} == "alpha" EXTRA_PATCHES= ${FILESDIR}/extra-patch-mlcd-Makefile.in \ ${FILESDIR}/extra-patch-mlcd-ParPort.h |