--- Makefile.ctm Thu Jul 5 17:19:20 2007 +++ Makefile Fri Jul 6 14:18:09 2007 @@ -19,18 +19,18 @@ CONFLICTS?= lynx-ssl* lynx-current* USE_BZIP2= yes -USE_ICONV= yes WRKSRC= ${WRKDIR}/${PORTNAME}2-8-6 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-persistent-cookies \ - --with-curses-dir=/usr --with-libiconv-prefix="${LOCALBASE}" + --with-curses-dir=/usr .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls .else +USE_ICONV= yes USE_GETTEXT= yes -CONFIGURE_ARGS+=--enable-nls +CONFIGURE_ARGS+=--enable-nls --with-libiconv-prefix="${LOCALBASE}" .endif .if defined(NO_INET6) || defined(WITHOUT_IPV6)