diff options
| -rw-r--r-- | audio/soundtouch/Makefile | 2 | ||||
| -rw-r--r-- | x11-toolkits/qt4-gui/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index c879010c2858..f4a31980ed07 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -21,7 +21,7 @@ PORTDOCS= README.html .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 900000 +.if ${ARCH} == "amd64" && ${OSVERSION} >= 900000 BROKEN= does not compile on FreeBSD 9.X .endif 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 |
