diff options
author | feld <feld@FreeBSD.org> | 2015-07-13 01:00:44 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-07-13 01:00:44 +0800 |
commit | bb78dc0a0f43911172d30f1d89c5124cd5111640 (patch) | |
tree | 452ab92c3407b8d9542d5be13b52dfcfd3e62781 | |
parent | 54f32c98de8308335c8c0991970a36c6e2fc9b68 (diff) | |
download | freebsd-ports-gnome-bb78dc0a0f43911172d30f1d89c5124cd5111640.tar.gz freebsd-ports-gnome-bb78dc0a0f43911172d30f1d89c5124cd5111640.tar.zst freebsd-ports-gnome-bb78dc0a0f43911172d30f1d89c5124cd5111640.zip |
Change python dependency to only be build-time
-rw-r--r-- | www/varnish-libvmod-header/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/varnish-libvmod-header/Makefile b/www/varnish-libvmod-header/Makefile index 84fa3306d9e0..c8f8b70e7382 100644 --- a/www/varnish-libvmod-header/Makefile +++ b/www/varnish-libvmod-header/Makefile @@ -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 |