diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-18 16:28:50 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-18 16:28:50 +0800 |
commit | 29a0c60c729a08def72662311a53b30c9f0edfbe (patch) | |
tree | 2879a798e2700d216babedcc7e00c9a8ebf0e468 | |
parent | 9a1afddbdd21ae83001035e20ad6cc2fbdaeb953 (diff) | |
download | freebsd-ports-gnome-29a0c60c729a08def72662311a53b30c9f0edfbe.tar.gz freebsd-ports-gnome-29a0c60c729a08def72662311a53b30c9f0edfbe.tar.zst freebsd-ports-gnome-29a0c60c729a08def72662311a53b30c9f0edfbe.zip |
Fix build after previous commit (missing GNU_CONFIGURE=yes)
-rw-r--r-- | archivers/torrentzip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/torrentzip/Makefile b/archivers/torrentzip/Makefile index 3bc27ff263c6..f3d5cb93a681 100644 --- a/archivers/torrentzip/Makefile +++ b/archivers/torrentzip/Makefile @@ -11,6 +11,7 @@ DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src MAINTAINER= swhetzel@gmail.com COMMENT= Efficient way to prepare zipfiles for BitTorrent +GNU_CONFIGURE= yes USES= autoreconf WRKSRC= ${WRKDIR}/trrntzip |