svn commit: r356012 - head/security/fwbuilder

Antoine Brodin antoine at FreeBSD.org
Sat May 31 19:29:53 UTC 2014


Author: antoine
Date: Sat May 31 19:29:53 2014
New Revision: 356012
URL: http://svnweb.freebsd.org/changeset/ports/356012
QAT: https://qat.redports.org/buildarchive/r356012/

Log:
  Unbreak

Modified:
  head/security/fwbuilder/Makefile

Modified: head/security/fwbuilder/Makefile
==============================================================================
--- head/security/fwbuilder/Makefile	Sat May 31 19:21:19 2014	(r356011)
+++ head/security/fwbuilder/Makefile	Sat May 31 19:29:53 2014	(r356012)
@@ -47,9 +47,7 @@ QTDIR?=		${QT_PREFIX}
 
 USE_OPENSSL=	yes
 USES=		gmake libtool
-USE_AUTOTOOLS=	autoconf aclocal
-CONFIGURE_SCRIPT=	autogen.sh
-GNU_CONFIGURE=	yes
+USE_AUTOTOOLS=	libtoolize aclocal autoconf
 CONFIGURE_ENV=	QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \
 		INSTALL_ROOT=${STAGEDIR}
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list