diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-15 22:46:02 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-15 22:46:02 +0000 |
commit | 5db1aadd69911e321af7f4d5639fe99dffa3cbe4 (patch) | |
tree | 6fb3df0679d62e851e31006d2582049fb780d458 /www/caudium12 | |
parent | ccc26011036c25cf1ddcaf471c24a91ca6aa845f (diff) | |
download | ports-5db1aadd69911e321af7f4d5639fe99dffa3cbe4.tar.gz ports-5db1aadd69911e321af7f4d5639fe99dffa3cbe4.zip |
Notes
Diffstat (limited to 'www/caudium12')
-rw-r--r-- | www/caudium12/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/caudium12/Makefile b/www/caudium12/Makefile index b819d1cf681a..c009d855cda6 100644 --- a/www/caudium12/Makefile +++ b/www/caudium12/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> |