From owner-freebsd-ports@FreeBSD.ORG Mon Dec 27 15:40:09 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F34916A4CE for ; Mon, 27 Dec 2004 15:40:09 +0000 (GMT) Received: from strippy.vizija.si (strippy.vizija.si [217.72.81.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id C406B43D1F for ; Mon, 27 Dec 2004 15:40:08 +0000 (GMT) (envelope-from uros.gruber@vizija.si) Received: from webmail.inetia.com (strippy [217.72.81.150]) by strippy.vizija.si (Postfix) with ESMTP id A1B2BA6C77 for ; Mon, 27 Dec 2004 16:41:11 +0100 (CET) Received: from bsn-77-156-200.dsl.siol.net ([193.77.156.200]) (SquirrelMail authenticated user uros.gruber) by webmail.inetia.com with HTTP; Mon, 27 Dec 2004 16:41:11 +0100 (CET) Message-ID: <5539.193.77.156.200.1104162071.squirrel@webmail.inetia.com> Date: Mon, 27 Dec 2004 16:41:11 +0100 (CET) From: =?iso-8859-2?Q?Uro=B9_Gruber?= To: freebsd-ports@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: amavisd-new at vizija.si Subject: USE_LIBTOOL X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 15:40:09 -0000 Hello! I am having trouble creating new port to use right libtool version. I add USE_AUTOCONF_VER= 259 USE_LIBTOOL_VER= 15 USE_AUTOMAKE_VER= 19 in Makefile, but It still want to add 1.3 version of libtool. Is there anything else I have to add. I check it with portlint and there I see version 1.3 also. Why my config is not read. regards