diff options
author | des <des@FreeBSD.org> | 2010-10-26 00:13:30 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2010-10-26 00:13:30 +0800 |
commit | fb0142d7e7332953ba8c7a4a78a972277322f44f (patch) | |
tree | 3169c0b81fee53190bd50a4826bd4b891916a6d0 /www | |
parent | 5849962ebe7f476bcf12ade32f43f7562590d991 (diff) | |
download | freebsd-ports-gnome-fb0142d7e7332953ba8c7a4a78a972277322f44f.tar.gz freebsd-ports-gnome-fb0142d7e7332953ba8c7a4a78a972277322f44f.tar.zst freebsd-ports-gnome-fb0142d7e7332953ba8c7a4a78a972277322f44f.zip |
Work around unnecessary dependency on py-docutils.
Diffstat (limited to 'www')
-rw-r--r-- | www/varnish/Makefile | 3 | ||||
-rw-r--r-- | www/varnish2/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/www/varnish/Makefile b/www/varnish/Makefile index 0f107658b97e..18d5e4da5ca2 100644 --- a/www/varnish/Makefile +++ b/www/varnish/Makefile @@ -15,13 +15,12 @@ COMMENT= The Varnish high-performance HTTP accelerator LICENSE= BSD -BUILD_DEPENDS= rst2man.py:${PORTSDIR}/textproc/py-docutils LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX} -CONFIGURE_ENV= RST2MAN=rst2man.py +CONFIGURE_ENV= RST2MAN=true USE_LDCONFIG= yes USE_GNOME= pkgconfig diff --git a/www/varnish2/Makefile b/www/varnish2/Makefile index 0f107658b97e..18d5e4da5ca2 100644 --- a/www/varnish2/Makefile +++ b/www/varnish2/Makefile @@ -15,13 +15,12 @@ COMMENT= The Varnish high-performance HTTP accelerator LICENSE= BSD -BUILD_DEPENDS= rst2man.py:${PORTSDIR}/textproc/py-docutils LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX} -CONFIGURE_ENV= RST2MAN=rst2man.py +CONFIGURE_ENV= RST2MAN=true USE_LDCONFIG= yes USE_GNOME= pkgconfig |