summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-23 13:34:12 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-23 13:34:12 +0000
commit1385d1e28642003ed8b8fce24d38eecf99436a8d (patch)
treeaa9f4555d52a256e570a9a39f3aa8fe34818f99f /databases
parentremove useless example.tcl (diff)
- Switch to FETCH_DEPENDS to fix fetch during build
Reported by: phw
Notes
Notes: svn path=/head/; revision=297282
Diffstat (limited to 'databases')
-rw-r--r--databases/pg_filedump/Makefile3
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