summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-05-27 06:42:02 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-05-27 06:42:02 +0000
commit2819597092a8d533d9ba7c853e2a75362b3d209c (patch)
tree5fa79c5d35c2a3e87e6204d1265959d9257dd232 /databases
parentMark broken on powerpc and sparc64: "error: uart.h: No such file or directory". (diff)
Mark as broken on powerpc/sparc64 (and probably ia64): "error: 'rightend'
undeclared (first use in this function)". Hat: portmgr
Notes
Notes: svn path=/head/; revision=297517
Diffstat (limited to 'databases')
-rw-r--r--databases/pgdbf/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/pgdbf/Makefile b/databases/pgdbf/Makefile
index 415bfde4473e..0579fedf7546 100644
--- a/databases/pgdbf/Makefile
+++ b/databases/pgdbf/Makefile
@@ -26,4 +26,10 @@ PLIST_FILES= bin/pgdbf \
%%DOCSDIR%%/README
PLIST_DIRS= %%DOCSDIR%%
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64
+.endif
+
+.include <bsd.port.post.mk>