diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 03:53:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 03:53:58 +0000 |
commit | 77826a265adaec69300c04bab6d60f82b29ba7d7 (patch) | |
tree | b10b63eefa830e7e72117c7ee41c061390bee47d /www/aria | |
parent | 6ffc48d23802a8683e1421dcbf950029fbe8d50a (diff) | |
download | ports-77826a265adaec69300c04bab6d60f82b29ba7d7.tar.gz ports-77826a265adaec69300c04bab6d60f82b29ba7d7.zip |
Notes
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 e19ba9cebc5f..0e5cd09e0de8 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> |