diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-23 21:34:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-23 21:34:12 +0800 |
commit | f803070531501d73be4cccc68b4fe82423e40de7 (patch) | |
tree | 1e3a970a0627a14e53a3de34e1c417e1a1335db2 /databases | |
parent | 2bb4956ea7705eeb5ce90e708c3b1bc440f48071 (diff) | |
download | freebsd-ports-gnome-f803070531501d73be4cccc68b4fe82423e40de7.tar.gz freebsd-ports-gnome-f803070531501d73be4cccc68b4fe82423e40de7.tar.zst freebsd-ports-gnome-f803070531501d73be4cccc68b4fe82423e40de7.zip |
- Switch to FETCH_DEPENDS to fix fetch during build
Reported by: phw
Diffstat (limited to 'databases')
-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 |