diff options
author | wen <wen@FreeBSD.org> | 2011-03-14 16:40:06 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-03-14 16:40:06 +0800 |
commit | 569e455aec133a144f388d5f156719a7fc4b2222 (patch) | |
tree | fd886821e5b4351dd0773b5a123941692ad7a488 /www/lynx-current | |
parent | 34a381b408e2ca7dccdfc787522559c7149a79b2 (diff) | |
download | freebsd-ports-gnome-569e455aec133a144f388d5f156719a7fc4b2222.tar.gz freebsd-ports-gnome-569e455aec133a144f388d5f156719a7fc4b2222.tar.zst freebsd-ports-gnome-569e455aec133a144f388d5f156719a7fc4b2222.zip |
- Bump PORTREVISION to chase the update of dns/libidn
Diffstat (limited to 'www/lynx-current')
-rw-r--r-- | www/lynx-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 78f18723850f..9d22677c5b0f 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -7,6 +7,7 @@ PORTNAME= lynx PORTVERSION= 2.8.8d8 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://lynx.isc.org/current/ DISTNAME= ${PORTNAME}2.8.8dev.8 @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}2.8.8dev.8 MAINTAINER= ache@FreeBSD.org COMMENT= A non-graphical, text-based World-Wide Web client -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support CONFLICTS= lynx-2.8.[0-7].* |