diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-15 22:46:02 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-15 22:46:02 +0000 |
commit | b16e7b6c292fa2a525c7e9d4dcec94ecf37776d2 (patch) | |
tree | 7e5bc52bdd498ec75e7b7cea571bb26342bed743 /www/caudium14/Makefile | |
parent | 714013af0d2d8178c2f6ab939a3a13e2464af5a2 (diff) | |
download | FreeBSD-ports-b16e7b6c292fa2a525c7e9d4dcec94ecf37776d2.zip FreeBSD-ports-b16e7b6c292fa2a525c7e9d4dcec94ecf37776d2.tar.gz |
Mark as broken due to dependency error (currently only seen on sparc64-6).
Diffstat (limited to 'www/caudium14/Makefile')
-rw-r--r-- | www/caudium14/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/caudium14/Makefile b/www/caudium14/Makefile index b819d1c..c009d85 100644 --- a/www/caudium14/Makefile +++ b/www/caudium14/Makefile @@ -53,4 +53,11 @@ post-install: @${INSTALL_SCRIPT} ${WRKDIR}/caudium.sh ${PREFIX}/etc/rc.d/caudium.sh.sample @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +# is this really only true for sparc64? +.if ${ARCH} == sparc64 +BROKEN= does not install due to dependency error +.endif + +.include <bsd.port.post.mk> |