From owner-freebsd-questions@FreeBSD.ORG Tue Dec 2 11:19:41 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 506D916A4CE for ; Tue, 2 Dec 2003 11:19:41 -0800 (PST) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 752D743FAF for ; Tue, 2 Dec 2003 11:19:31 -0800 (PST) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ARG3V-0001im-00 for ; Tue, 02 Dec 2003 20:19:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ARG3U-0001ie-00 for ; Tue, 02 Dec 2003 20:19:28 +0100 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ARG3U-0005fC-00 for ; Tue, 02 Dec 2003 20:19:28 +0100 From: culley harrelson Date: Tue, 02 Dec 2003 11:18:18 -0800 Lines: 15 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en Sender: news Subject: installing ruby library ports for ruby 1.8 instead of 1.6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 19:19:41 -0000 I am trying to get my ruby lirbary ports to install for 1.8 instead of 1.6. When I try this: portinstall -m RUBY_VER=1.8 ruby-rmail It is still isntalling it in the 1.6 directory. I have also added: RUBY_VER=1.8 RUBY_DEFAULT_VER=1.8 to /etc/make.conf and this doesn't help either. Can someone point me in the right direction? culley