svn commit: r391823 - head/www/varnish-libvmod-header

Mark Felder feld at FreeBSD.org
Sun Jul 12 17:00:46 UTC 2015


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


More information about the svn-ports-all mailing list