aboutsummaryrefslogtreecommitdiff
path: root/www/caudium12
diff options
context:
space:
mode:
Diffstat (limited to 'www/caudium12')
-rw-r--r--www/caudium12/Makefile9
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>