diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgdbf/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/pgdbf/Makefile b/databases/pgdbf/Makefile index 316c4adff0ec..0accbd300c77 100644 --- a/databases/pgdbf/Makefile +++ b/databases/pgdbf/Makefile @@ -18,10 +18,4 @@ PLIST_FILES= bin/pgdbf \ %%DOCSDIR%%/README \ man/man1/pgdbf.1.gz -.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> +.include <bsd.port.mk> |