diff options
author | kris <kris@FreeBSD.org> | 2007-04-21 17:24:15 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-21 17:24:15 +0000 |
commit | 1fd6af54fb0e58a229c27699aef64c678d550961 (patch) | |
tree | 4248c91b612dfdab97af845749165db4a211a6e2 /x11-themes | |
parent | 13da421751126b5ae908c336fb975b0c240678da (diff) | |
download | FreeBSD-ports-1fd6af54fb0e58a229c27699aef64c678d550961.zip FreeBSD-ports-1fd6af54fb0e58a229c27699aef64c678d550961.tar.gz |
BROKEN on amd64: Does not compile
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/polymer/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-themes/polymer/Makefile b/x11-themes/polymer/Makefile index f53b111..1d231fd 100644 --- a/x11-themes/polymer/Makefile +++ b/x11-themes/polymer/Makefile @@ -33,6 +33,10 @@ QTSTYLESDIR= ${PREFIX}/lib/plugins/styles .include <bsd.port.pre.mk> +.if ${ARCH} == amd64 +BROKEN= Does not compile on amd64 +.endif + .if ${MACHINE_CPU:Mmmx} CONFIGURE_ARGS+= --enable-mmx .endif |