aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/tarsnap/Makefile6
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