diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-23 13:34:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-23 13:34:12 +0000 |
commit | 1385d1e28642003ed8b8fce24d38eecf99436a8d (patch) | |
tree | aa9f4555d52a256e570a9a39f3aa8fe34818f99f /databases/pg_filedump | |
parent | 775a657ffabba185028dccdaed8ae56b199b7e5f (diff) | |
download | ports-1385d1e28642003ed8b8fce24d38eecf99436a8d.tar.gz ports-1385d1e28642003ed8b8fce24d38eecf99436a8d.zip |
- Switch to FETCH_DEPENDS to fix fetch during build
Reported by: phw
Notes
Notes:
svn path=/head/; revision=297282
Diffstat (limited to 'databases/pg_filedump')
-rw-r--r-- | databases/pg_filedump/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/pg_filedump/Makefile b/databases/pg_filedump/Makefile index e2d7887fc0f1..61b8a9752a64 100644 --- a/databases/pg_filedump/Makefile +++ b/databases/pg_filedump/Makefile @@ -14,8 +14,7 @@ EXTRACT_SUFX= .tar MAINTAINER= kuriyama@FreeBSD.org COMMENT= Utility to format PostgreSQL heap, index, etc into human-readable form -BUILD_DEPENDS= \ - ${NONEXISTENT}:${PORTSDIR}/databases/postgresql84-client:patch +FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/databases/postgresql84-client:patch WRKSRC= ${WRKDIR}/${PORTNAME}-8.4.0 |