diff options
author | ade <ade@FreeBSD.org> | 2005-11-22 10:19:00 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-11-22 10:19:00 +0800 |
commit | f0b61f974d599a388b4d180c0e15afc938483a44 (patch) | |
tree | 7ca3998c882f9cf344e06042fe3cbd6318cecc55 /archivers/torrentzip | |
parent | 6ec5bdce73ab23b03fcd0e7fcac79552df77e885 (diff) | |
download | freebsd-ports-gnome-f0b61f974d599a388b4d180c0e15afc938483a44.tar.gz freebsd-ports-gnome-f0b61f974d599a388b4d180c0e15afc938483a44.tar.zst freebsd-ports-gnome-f0b61f974d599a388b4d180c0e15afc938483a44.zip |
Fix build.
Submitted by: pointyhat
Diffstat (limited to 'archivers/torrentzip')
-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 |