diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-01 05:26:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-01 05:26:28 +0000 |
commit | 2b74a89bc8342f0b9b737c37d87737caf7b0ea1e (patch) | |
tree | c04604583d8be53b3ed7f10975be828c731f87cb /www/dillo-i18n | |
parent | 24315159daa0089f08acea4ba1b130fb6721ad5c (diff) |
- update png to 1.5.10
Notes
Notes:
svn path=/head/; revision=297915
Diffstat (limited to 'www/dillo-i18n')
-rw-r--r-- | www/dillo-i18n/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/dillo-i18n/Makefile b/www/dillo-i18n/Makefile index cb0ab197b9e5..c9db00648218 100644 --- a/www/dillo-i18n/Makefile +++ b/www/dillo-i18n/Makefile @@ -16,7 +16,7 @@ PORTNAME= dillo PORTVERSION= ${DILLOVERSION}.${I18NVERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www ipv6 MASTER_SITES= http://teki.jpn.ph/pc/software/ PKGNAMESUFFIX= -i18n @@ -27,7 +27,7 @@ COMMENT= A fast, small graphical Web browser with support for i18n RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - png.6:${PORTSDIR}/graphics/png + png15:${PORTSDIR}/graphics/png DILLOVERSION= 0.8.6 I18NVERSION= 20060709 |