diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-18 16:28:50 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-18 16:28:50 +0800 |
commit | d81f3931b0f39ac388a9aae9937e633e9b138065 (patch) | |
tree | 2879a798e2700d216babedcc7e00c9a8ebf0e468 | |
parent | d45fd9639f7839cfa49f387badcd7a429e05f971 (diff) | |
download | freebsd-ports-gnome-d81f3931b0f39ac388a9aae9937e633e9b138065.tar.gz freebsd-ports-gnome-d81f3931b0f39ac388a9aae9937e633e9b138065.tar.zst freebsd-ports-gnome-d81f3931b0f39ac388a9aae9937e633e9b138065.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 |