Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 08:28:50 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368429 - head/archivers/torrentzip
Message-ID:  <201409180828.s8I8Soro092527@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Sep 18 08:28:50 2014
New Revision: 368429
URL: http://svnweb.freebsd.org/changeset/ports/368429
QAT: https://qat.redports.org/buildarchive/r368429/

Log:
  Fix build after previous commit (missing GNU_CONFIGURE=yes)

Modified:
  head/archivers/torrentzip/Makefile

Modified: head/archivers/torrentzip/Makefile
==============================================================================
--- head/archivers/torrentzip/Makefile	Thu Sep 18 08:16:29 2014	(r368428)
+++ head/archivers/torrentzip/Makefile	Thu Sep 18 08:28:50 2014	(r368429)
@@ -11,6 +11,7 @@ DISTNAME=	trrntzip_v${PORTVERSION:S/.//}
 MAINTAINER=	swhetzel@gmail.com
 COMMENT=	Efficient way to prepare zipfiles for BitTorrent
 
+GNU_CONFIGURE=	yes
 USES=		autoreconf
 WRKSRC=		${WRKDIR}/trrntzip
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409180828.s8I8Soro092527>