From owner-freebsd-ports@FreeBSD.ORG Wed Feb 18 22:29:39 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0101D546 for ; Wed, 18 Feb 2015 22:29:38 +0000 (UTC) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 749FD939 for ; Wed, 18 Feb 2015 22:29:38 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id em10so44373396wid.1 for ; Wed, 18 Feb 2015 14:29:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pi5oJmUrQwjiwnK3d0dFl57kplYkhEwKFlFduSR84GY=; b=hPU6QSBv4ffjhswo+4z7c5PnXOAwaWZJbJt+5FrqU+Jbshh3BF8392EWtS2ZfPJEdJ m4L5rUKKgnYTYTYBd/6WXg2pZpanElBMjtBJbf3+9m4s9LzCQPqEtXN2w82dvULBxZMs BksAY55rIGlZoDddaF6czmpEgd1f3FBxoh193M9RXmZUf3ezZKhOjXE062JXgj2TVhpG tYi4PrbCaJ5tR8Gtp0h7tSdPUKpavRjQWJbOsXVB4jlv6fL7nfrICABRUzeRuyYuQCsY u7tDo6x7LnqfWEKcwRgoIGSPAFQuSL/+yptz8ZlvsXzjey0ue3U+0GiyJizWg37Kb2sm hL8A== MIME-Version: 1.0 X-Received: by 10.180.104.34 with SMTP id gb2mr9230216wib.7.1424298576333; Wed, 18 Feb 2015 14:29:36 -0800 (PST) Received: by 10.194.241.132 with HTTP; Wed, 18 Feb 2015 14:29:36 -0800 (PST) In-Reply-To: <20150218182037.GA34930@vash.rhavenn.local> References: <20150218182037.GA34930@vash.rhavenn.local> Date: Thu, 19 Feb 2015 06:29:36 +0800 Message-ID: Subject: Re: question about settings in www/linkchecker From: Ben Woods To: Henrik Hudson Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 22:29:39 -0000 The port has a compile time option "LOGIN", which adds the port www/twill to the runtime dependencies if selected. This is not the port option you are looking for (said in my best Obi-Wan Kenobi voice). Regards, Ben On Thursday, February 19, 2015, Henrik Hudson wrote: > Hello, > > I'm working on submitting a change to www/linkchecker to move the > INSTALL_ICONS into a option dependency if QT or GTK is defined. > > However, there is setting in the Makefile labeled: > LOGIN_RUN_DEPENDS= > > What is that for? A Google search only returns various forms of the > Makefile in github, etc... for linkchecker. Can that be removed? > > > henrik > > -- > Henrik Hudson > lists@rhavenn.net > ----------------------------------------- > "God, root, what is difference?" Pitr; UF > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org > " > -- -- From: Benjamin Woods woodsb02@gmail.com