diff options
author | knu <knu@FreeBSD.org> | 2001-02-12 18:01:08 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-02-12 18:01:08 +0800 |
commit | cd0a2f306709291302afcc35f68e39a72d7ad9d4 (patch) | |
tree | 859d49b9b04bd9630f3a9ac1ffa39b51016d77e2 /www/webalizer | |
parent | 7272b524338c18b37e905fc69d6ad7aac2630c67 (diff) | |
download | freebsd-ports-gnome-cd0a2f306709291302afcc35f68e39a72d7ad9d4.tar.gz freebsd-ports-gnome-cd0a2f306709291302afcc35f68e39a72d7ad9d4.tar.zst freebsd-ports-gnome-cd0a2f306709291302afcc35f68e39a72d7ad9d4.zip |
Chase graphics/gd's shlib version bump.
Diffstat (limited to 'www/webalizer')
-rw-r--r-- | www/webalizer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 4dc2c719e3fa..d860fe7e6c3f 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -7,6 +7,7 @@ PORTNAME= webalizer PORTVERSION= 2.1.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \ ftp://ftp.lan-ks.de/pub/FreeBSD/distfiles/ @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}-2.01-06-src MAINTAINER= dirk.meyer@dinoex.sub.org -LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd USE_BZIP2= yes GNU_CONFIGURE= yes |