Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 2015 17:00:45 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391823 - head/www/varnish-libvmod-header
Message-ID:  <201507121700.t6CH0jvT006505@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Sun Jul 12 17:00:44 2015
New Revision: 391823
URL: https://svnweb.freebsd.org/changeset/ports/391823

Log:
  Change python dependency to only be build-time

Modified:
  head/www/varnish-libvmod-header/Makefile

Modified: head/www/varnish-libvmod-header/Makefile
==============================================================================
--- head/www/varnish-libvmod-header/Makefile	Sun Jul 12 17:00:06 2015	(r391822)
+++ head/www/varnish-libvmod-header/Makefile	Sun Jul 12 17:00:44 2015	(r391823)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libvmod-header
 DISTVERSION=	0.31
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	varnish-
 
@@ -15,7 +15,7 @@ LICENSE=	BSD2CLAUSE
 BUILD_DEPENDS=	varnish4>=4.0.2:${PORTSDIR}/www/varnish4 \
 		rst2man:${PORTSDIR}/textproc/py-docutils
 
-USES=		autoreconf gmake libtool pkgconfig python:2
+USES=		autoreconf gmake libtool pkgconfig python:2,build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static
 CFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/varnish



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