diff options
Diffstat (limited to 'www/w3m/Makefile')
-rw-r--r-- | www/w3m/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 9503e9168d68..bafe47f26edb 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -10,16 +10,15 @@ PORTVERSION= ${W3M_VERSION} CATEGORIES+= www ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${W3M_VERSION} MAINTAINER?= nobutaka@FreeBSD.org COMMENT?= A pager/text-based WWW browser LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc -W3M_VERSION= 0.3.2.2 -M17N_VERSION= 20021207 -M17N_BASE_W3M_VERSION= ${W3M_VERSION} +W3M_VERSION= 0.4 +M17N_VERSION= 20030224 +M17N_BASE_W3M_VERSION= 0.4 HAS_CONFIGURE= yes USE_REINPLACE= yes @@ -52,7 +51,7 @@ PORTVERSION:= ${M17N_BASE_W3M_VERSION}+${M17N_VERSION} PKGNAMESUFFIX= -m17n MASTER_SITES= http://www2u.biglobe.ne.jp/~hsaka/w3m/patch/ -DISTNAME= ${PORTNAME}-${M17N_BASE_W3M_VERSION}-stable-m17n-${M17N_VERSION} +DISTNAME= ${PORTNAME}-${M17N_BASE_W3M_VERSION}-m17n-${M17N_VERSION} CONFIGURE_ARGS+= --suffix="" PLIST_SUB+= M17N="" NO_M17N="@comment " |