diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2010-06-03 22:57:37 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2010-06-03 22:57:37 +0000 |
commit | 5bec743743baa6fed53aaf8d2c23e82ab1292b67 (patch) | |
tree | 62fa79999805638cb208b4cfa2d9b4864d7cbfce /sysutils/tarsnap | |
parent | 149a4e796337e69236c987e366c3832db0b0fa01 (diff) | |
download | ports-5bec743743baa6fed53aaf8d2c23e82ab1292b67.tar.gz ports-5bec743743baa6fed53aaf8d2c23e82ab1292b67.zip |
Notes
Diffstat (limited to 'sysutils/tarsnap')
-rw-r--r-- | sysutils/tarsnap/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile index 5736bd68469b..462ecc02d0b4 100644 --- a/sysutils/tarsnap/Makefile +++ b/sysutils/tarsnap/Makefile @@ -17,6 +17,12 @@ COMMENT= Online encrypted backup service (client) RESTRICTED= license restricts redistribution of source and binaries +# Workaround for bug in libfetch(3) +FETCH_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget +FETCH_CMD= ${LOCALBASE}/bin/wget +FETCH_BEFORE_ARGS= --no-check-certificate +DISABLE_SIZE= yes + GNU_CONFIGURE= yes USE_GMAKE= yes |