Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Nov 2016 15:18:04 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426324 - head/www/varnish4
Message-ID:  <201611181518.uAIFI4BE044743@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Nov 18 15:18:04 2016
New Revision: 426324
URL: https://svnweb.freebsd.org/changeset/ports/426324

Log:
  www/varnish4: Document ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/www/varnish4/Makefile

Modified: head/www/varnish4/Makefile
==============================================================================
--- head/www/varnish4/Makefile	Fri Nov 18 14:23:32 2016	(r426323)
+++ head/www/varnish4/Makefile	Fri Nov 18 15:18:04 2016	(r426324)
@@ -17,8 +17,8 @@ LIB_DEPENDS=	libpcre.so:devel/pcre
 CONFLICTS=	varnish-2.* varnish-3.*
 BROKEN_arm=	does not configure
 
-USES=		autoreconf cpe gmake libedit libtool pathfix pkgconfig python:2,build \
-		readline shebangfix
+USES=		autoreconf cpe gmake libedit libtool ncurses pathfix \
+		pkgconfig python:2,build readline shebangfix
 SHEBANG_FILES=	lib/libvcc/vmodtool.py
 CPE_VENDOR=	varnish-cache
 CFLAGS+=	-I${LOCALBASE}/include



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