Index: net-im/centericq/Makefile @@ -39,6 +39,10 @@ .include +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + .if ${ARCH} == "amd64" # Don't use optimization since it sefgaults in some cases otherwise. CFLAGS:= ${CFLAGS:C/-O[0123456789]*/-O0/} @@ -105,12 +109,6 @@ CONFIGURE_ARGS+= --disable-gg .endif -.include - -.if ${OSVERSION} > 900007 -BROKEN= fails to build with new utmpx -.endif - post-patch: .for file in kkconsui-0.1/include/conf.h kkstrtext-0.1/conf.h kksystr-0.1/include/conf.h @(cd ${WRKSRC} ; \ @@ -132,4 +130,4 @@ @(cd ${WRKSRC} ; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}) .endif -.include +.include