diff options
Diffstat (limited to 'www/webalizer-2/Makefile')
-rw-r--r-- | www/webalizer-2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/webalizer-2/Makefile b/www/webalizer-2/Makefile index 621bcc208245..48b17d7782e9 100644 --- a/www/webalizer-2/Makefile +++ b/www/webalizer-2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= webalizer -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.5 CATEGORIES= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/pre-release/ -DISTNAME= ${PORTNAME}-2.01-03-src +DISTNAME= ${PORTNAME}-2.01-05-src MAINTAINER= ache@FreeBSD.org @@ -19,6 +19,7 @@ NO_LATEST_LINK= yes USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-dns \ + --with-etcdir=${PREFIX}/etc \ --with-gdlib=${PREFIX}/lib \ --with-gd=${PREFIX}/include/gd CONFIGURE_ENV+= LDFLAGS="-L${PREFIX}/lib" |