diff options
author | pav <pav@FreeBSD.org> | 2011-05-03 05:28:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-05-03 05:28:05 +0800 |
commit | df35b8ced62fa99982f1f3d1fe29ab7f333e58b1 (patch) | |
tree | 1af0e72df5b26e708813d1e8a5c8e4ae8fb467ab /x11-toolkits/qt4-gui | |
parent | a57607baf7bbaa2ef4ee157e40b817eb5911a872 (diff) | |
download | freebsd-ports-gnome-df35b8ced62fa99982f1f3d1fe29ab7f333e58b1.tar.gz freebsd-ports-gnome-df35b8ced62fa99982f1f3d1fe29ab7f333e58b1.tar.zst freebsd-ports-gnome-df35b8ced62fa99982f1f3d1fe29ab7f333e58b1.zip |
- Limit brokedness status to amd64 arch
Reported by: Michael Butler <imb@protected-networks.net>
Diffstat (limited to 'x11-toolkits/qt4-gui')
-rw-r--r-- | x11-toolkits/qt4-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index 435031c22a3e..4353cac00a09 100644 --- a/x11-toolkits/qt4-gui/Makefile +++ b/x11-toolkits/qt4-gui/Makefile @@ -90,7 +90,7 @@ RUN_DEPENDS+= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ CFLAGS+= -mminimal-toc .endif -.if ${OSVERSION} >= 900000 +.if ${ARCH} == "amd64" && ${OSVERSION} >= 900000 BROKEN= does not compile on FreeBSD 9.X .endif |