diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 07:47:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 07:47:19 +0800 |
commit | b8efe6dc99ef7e6cd677803d427d39271b67184f (patch) | |
tree | 2e7f58bab2656a342fe55891f36f05f7c45fa14a /www/varnish | |
parent | 8b60dc81103286c6c94aacb99e23e2e3edd4a996 (diff) | |
download | freebsd-ports-gnome-b8efe6dc99ef7e6cd677803d427d39271b67184f.tar.gz freebsd-ports-gnome-b8efe6dc99ef7e6cd677803d427d39271b67184f.tar.zst freebsd-ports-gnome-b8efe6dc99ef7e6cd677803d427d39271b67184f.zip |
Eradicate USE_GNOME=pkgconfig from www
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
Diffstat (limited to 'www/varnish')
-rw-r--r-- | www/varnish/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/varnish/Makefile b/www/varnish/Makefile index 5bf7857f4d73..3405eb1ea8d7 100644 --- a/www/varnish/Makefile +++ b/www/varnish/Makefile @@ -16,12 +16,11 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre CONFLICTS= varnish-2.* GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_PYTHON_BUILD= yes CONFIGURE_ARGS= --localstatedir=${PREFIX} --enable-tests CONFIGURE_ENV= RST2MAN=true USE_LDCONFIG= yes -USE_GNOME= pkgconfig USE_AUTOTOOLS= aclocal libtool libtoolize automake autoconf ACLOCAL_ARGS= -I m4 LIBTOOLFLAGS= --copy --force --disable-static |