diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/torrentzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/torrentzip/Makefile b/archivers/torrentzip/Makefile index 85a29cd605c0..1178060bd29a 100644 --- a/archivers/torrentzip/Makefile +++ b/archivers/torrentzip/Makefile @@ -16,7 +16,7 @@ DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src MAINTAINER= swhetzel@gmail.com COMMENT= Efficient way to prepare zipfiles for BitTorrent -USE_AUTOTOOLS= automake:19 autoheader:259 +USE_AUTOTOOLS= aclocal:19 automake:19 autoheader:259 AUTOMAKE_ARGS= -a WRKSRC= ${WRKDIR}/trrntzip |