aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-07-16 06:46:02 +0800
committerMark Linimon <linimon@FreeBSD.org>2006-07-16 06:46:02 +0800
commit5db1aadd69911e321af7f4d5639fe99dffa3cbe4 (patch)
tree6fb3df0679d62e851e31006d2582049fb780d458 /www
parentccc26011036c25cf1ddcaf471c24a91ca6aa845f (diff)
downloadfreebsd-ports-gnome-5db1aadd69911e321af7f4d5639fe99dffa3cbe4.tar.gz
freebsd-ports-gnome-5db1aadd69911e321af7f4d5639fe99dffa3cbe4.tar.zst
freebsd-ports-gnome-5db1aadd69911e321af7f4d5639fe99dffa3cbe4.zip
Mark as broken due to dependency error (currently only seen on sparc64-6).
Diffstat (limited to 'www')
-rw-r--r--www/caudium12/Makefile9
-rw-r--r--www/caudium14/Makefile9
2 files changed, 16 insertions, 2 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>
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>