[Midnightbsd-cvs] mports [17945] trunk/www/varnish/Makefile: fix build of varnish

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Dec 30 10:26:38 EST 2014


Revision: 17945
          http://svnweb.midnightbsd.org/mports/?rev=17945
Author:   laffer1
Date:     2014-12-30 10:26:22 -0500 (Tue, 30 Dec 2014)
Log Message:
-----------
fix build of varnish

Modified Paths:
--------------
    trunk/www/varnish/Makefile

Modified: trunk/www/varnish/Makefile
===================================================================
--- trunk/www/varnish/Makefile	2014-12-30 15:14:14 UTC (rev 17944)
+++ trunk/www/varnish/Makefile	2014-12-30 15:26:22 UTC (rev 17945)
@@ -13,17 +13,12 @@
 LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_PYTHON_BUILD=	yes
 CONFIGURE_ARGS=	--localstatedir=${PREFIX} --enable-tests
 CONFIGURE_ENV=	RST2MAN=true
 USE_LDCONFIG=	yes
-USES=		pkgconfig
-USE_AUTOTOOLS=  aclocal libtool libtoolize automake autoconf
-ACLOCAL_ARGS=	-I m4
-LIBTOOLFLAGS=	--copy --force --disable-static
-AUTOMAKE_ARGS=	--add-missing --copy --foreign
-
+USES=		autoreconf gmake libtool readline pkgconfig python:build
+INSTALL_TARGET=	install-strip
 USE_RC_SUBR=	varnishd varnishlog varnishncsa
 SUB_FILES=	pkg-message
 .if defined(NO_INET6) || defined(WITHOUT_INET6)



More information about the Midnightbsd-cvs mailing list