From owner-freebsd-questions@FreeBSD.ORG Wed Jun 13 09:25:49 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A06B16A482 for ; Wed, 13 Jun 2007 09:25:49 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 0393C13C44B for ; Wed, 13 Jun 2007 09:25:48 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so387851uge for ; Wed, 13 Jun 2007 02:25:47 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PoYwUXEyx1s9VSCtLofF1N4wOuisq9yLSFmX1XfnBQ8kV6VHTmR54WrVD5y5BaSmBrWUdtMqJmJ45yxUZMZ5gwx49gsR2RX0VgEIToS5l11lFg1iIGjbdTReiLEfGEoU/FzUWd5+7r1sJvH+Crtbel1+qqfEUiJDp6EdTVowDx4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AbViCoQfDqUOwJENd6+YZGFxSANdHZ/tbn0ZCJ2oVvw64dqJ7qrWVrogdF4rPpvQj8CxvJlesuBqpfDSbNE4EoyJ2/UmBFv0mUYDEw9ZrSiDzOECwQLncalD/0zplFm42A6fzj9DZVkUToM6Wsnh79mVmrNB15x8RPVC54r3R0c= Received: by 10.82.112.16 with SMTP id k16mr689015buc.1181726747408; Wed, 13 Jun 2007 02:25:47 -0700 (PDT) Received: by 10.82.158.11 with HTTP; Wed, 13 Jun 2007 02:25:47 -0700 (PDT) Message-ID: <14989d6e0706130225j52a883a0rd772e7154ce3d470@mail.gmail.com> Date: Wed, 13 Jun 2007 11:25:47 +0200 From: "Christian Walther" To: "Jonathan Horne" In-Reply-To: <200706121851.57408.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706121851.57408.freebsd@dfwlp.com> Cc: freebsd-questions@freebsd.org, kde@mail.kde.org Subject: Re: cannot select arts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2007 09:25:49 -0000 On 13/06/07, Jonathan Horne wrote: > cc: freebsd-questions: > [...] > is there somewhere in kde that i can specify that i want arts to be an > available option to multimedia apps? Applications need to be built with arts-Support, so I guess that this is missing on your second box. cd to a directory of one of the ports in question, and do a make config to check wether arts-support is available and selected, or not. HTH Christian