diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-25 19:39:10 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-25 19:39:10 +0000 |
commit | 415f80aace7365c122d8c0cd30567eac18ef22d4 (patch) | |
tree | 479217c4a7064a7284ef737487f3f16e4a8c0fd8 /time/py-vdirsyncer/Makefile | |
parent | 8cb6594e5915db6faacf6b2834f2c4457738fceb (diff) | |
download | pkgsrc-415f80aace7365c122d8c0cd30567eac18ef22d4.tar.gz |
Extract using bsdtar, GNU tar cannot handle pre-1970 timestamps.
Diffstat (limited to 'time/py-vdirsyncer/Makefile')
-rw-r--r-- | time/py-vdirsyncer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index 59e1d9279dd..b15297a6067 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/08/27 16:10:49 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/09/25 19:39:10 jperkin Exp $ DISTNAME= vdirsyncer-0.2.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= https://pypi.python.org/pypi/vdirsyncer/ COMMENT= Synchronization tool for vdir LICENSE= mit +EXTRACT_USING= bsdtar # gtar cannot handle pre-1970 timestamps + DEPENDS+= ${PYPKGPREFIX}-click>=2.0:../../devel/py-click DEPENDS+= ${PYPKGPREFIX}-icalendar>=3.6:../../time/py-icalendar DEPENDS+= ${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring |