diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-16 06:46:02 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-16 06:46:02 +0800 |
commit | b16e7b6c292fa2a525c7e9d4dcec94ecf37776d2 (patch) | |
tree | 7e5bc52bdd498ec75e7b7cea571bb26342bed743 /www/caudium14 | |
parent | 714013af0d2d8178c2f6ab939a3a13e2464af5a2 (diff) | |
download | freebsd-ports-gnome-b16e7b6c292fa2a525c7e9d4dcec94ecf37776d2.tar.gz freebsd-ports-gnome-b16e7b6c292fa2a525c7e9d4dcec94ecf37776d2.tar.zst freebsd-ports-gnome-b16e7b6c292fa2a525c7e9d4dcec94ecf37776d2.zip |
Mark as broken due to dependency error (currently only seen on sparc64-6).
Diffstat (limited to 'www/caudium14')
-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 b819d1cf681a..c009d855cda6 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> |