diff options
Diffstat (limited to 'irc/kvirc/Makefile')
-rw-r--r-- | irc/kvirc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index cac8459c0fde..45979bbca591 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -36,10 +36,8 @@ OPTIONS= ARTS "Compile with arts support" on \ .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif -.endif .if defined(WITH_ARTS) LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts |