diff options
Diffstat (limited to 'www/cherokee/Makefile')
-rw-r--r-- | www/cherokee/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 003ad8333bd3..41027160890a 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -7,6 +7,7 @@ PORTNAME= cherokee PORTVERSION= 0.4.30 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.0x50.org/download/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION:R}/${PORTVERSION} @@ -21,7 +22,7 @@ USE_GCC= 3.4+ USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-wwwroot=${PREFIX}/www INSTALLS_SHLIB= yes |