diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 12:58:34 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 12:58:34 +0000 |
commit | d32714f4af055b4595f6a8d47e2cdbf066539f1f (patch) | |
tree | 129f59c831442347e16677b0930fa5747c496c23 /www/cherokee | |
parent | f2f24d761ef2be4965b7d31a44504ac7d53c8c48 (diff) | |
download | ports-d32714f4af055b4595f6a8d47e2cdbf066539f1f.tar.gz ports-d32714f4af055b4595f6a8d47e2cdbf066539f1f.zip |
Notes
Diffstat (limited to 'www/cherokee')
-rw-r--r-- | www/cherokee/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 4c5d0a492930..6323bbd73b28 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -17,8 +17,8 @@ GH_PROJECT= webserver GH_TAGNAME= ${PORTVERSION:S/^/v/} GH_COMMIT= e5583c6 -USES= gettext gmake libtool pathfix pkgconfig python:2,build \ - shebangfix +USES= autoreconf gettext gmake libtool pathfix pkgconfig \ + python:2,build shebangfix SHEBANG_FILES= admin/CTK/CTK-run.pre admin/server.py \ admin/upgrade_config.py cherokee/cherokee-admin-launcher \ cherokee/cherokee-tweak contrib/tracelor.py \ @@ -29,8 +29,7 @@ SHEBANG_FILES= admin/CTK/CTK-run.pre admin/server.py \ python_CMD= ${PYTHON_CMD} USE_RC_SUBR= cherokee USE_OPENSSL= yes -USE_AUTOTOOLS= libtoolize aclocal automake autoheader autoconf -AUTOMAKE_ARGS= --add-missing --copy --foreign +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ --disable-static \ --localstatedir=${CHEROKEE_VARDIR} \ |