diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-30 17:53:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-30 17:53:25 +0000 |
commit | 4d02f6f88c378fd572dce4f3f77ca0b8f7b2ba0d (patch) | |
tree | 358a7b254998aea40a8bb3ada7ba4270dc91cd0b /databases/pg_filedump | |
parent | ca0aae329cb4ec50f2f56f64c959729cf0017019 (diff) |
- Mark BROKEN: does not build
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=255337
Diffstat (limited to 'databases/pg_filedump')
-rw-r--r-- | databases/pg_filedump/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/pg_filedump/Makefile b/databases/pg_filedump/Makefile index 787abc25701f..4902f3a03aad 100644 --- a/databases/pg_filedump/Makefile +++ b/databases/pg_filedump/Makefile @@ -18,6 +18,8 @@ COMMENT= Utility to format PostgreSQL heap, index, etc into human-readable form BUILD_DEPENDS= \ ${NONEXISTENT}:${PORTSDIR}/databases/postgresql83-client:patch +BROKEN= does not build + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pg_filedump ${PREFIX}/bin .if !defined(NOPORTDOCS) |