diff options
Diffstat (limited to 'www/aria')
-rw-r--r-- | www/aria/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/aria/Makefile b/www/aria/Makefile index e19ba9cebc5..0e5cd09e0de 100644 --- a/www/aria/Makefile +++ b/www/aria/Makefile @@ -28,6 +28,12 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT LDFLAGS= -L${LOCALBASE}/lib +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + post-extract: @${RM} -f ${WRKSRC}/src/getopt* @@ -52,4 +58,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README.euc ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |