diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-05-27 06:42:02 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-05-27 06:42:02 +0000 |
commit | 2819597092a8d533d9ba7c853e2a75362b3d209c (patch) | |
tree | 5fa79c5d35c2a3e87e6204d1265959d9257dd232 /databases/pgdbf | |
parent | e488dd0fc9dfd2c414626454417389a56cbf35ec (diff) |
Notes
Diffstat (limited to 'databases/pgdbf')
-rw-r--r-- | databases/pgdbf/Makefile | 8 |
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> |