aboutsummaryrefslogtreecommitdiff
path: root/databases/pgdbf
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/pgdbf
parente488dd0fc9dfd2c414626454417389a56cbf35ec (diff)
downloadports-2819597092a8d533d9ba7c853e2a75362b3d209c.tar.gz
ports-2819597092a8d533d9ba7c853e2a75362b3d209c.zip
Notes
Diffstat (limited to 'databases/pgdbf')
-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>