From owner-freebsd-ports@FreeBSD.ORG Sun Oct 26 03:46:17 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B8E51065681 for ; Sun, 26 Oct 2008 03:46:17 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.184]) by mx1.freebsd.org (Postfix) with ESMTP id 080E68FC08 for ; Sun, 26 Oct 2008 03:46:16 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by mu-out-0910.google.com with SMTP id i2so1247998mue.3 for ; Sat, 25 Oct 2008 20:46:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=g9dA+ymPXhaCt4NkrkvzVPDXKmLTWwvczvZQh/w6dv4=; b=QecMCljD2V0hK+jaSZpH0AJR9WUWTJjN9f1kNhgFZBKijdPC3sOXgoBZ/Ur0pN7VOA gXd5obLwy3ZPl2nAkjXGYa3dkeYRCRYMxT4rXMAUv98WU15W7geL19KbvmR6vsfDWi+b rbHa+tpKiqSI/DZMB3Hz5BRUGLQnSBZbqStwQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=E5XEuK+aq2L4EDGTtWeM9nbktD8vLJTZhgMXRj73KF/n0Ld3K6W+RjOsSu+QREBKzp SNLi4Omp3YFseDZuZK9Y4KS+s+EmnIP0JYj2WlcGxkYAiPtoFTZWMmEgXznnhKRpVlyX iBx28ogokB9pFdeJ8wU4bQnMp2mtZY1Anmv5M= Received: by 10.103.212.2 with SMTP id o2mr1979420muq.1.1224992775266; Sat, 25 Oct 2008 20:46:15 -0700 (PDT) Received: by 10.103.231.14 with HTTP; Sat, 25 Oct 2008 20:46:15 -0700 (PDT) Message-ID: Date: Sun, 26 Oct 2008 01:46:15 -0200 From: "Carlos A. M. dos Santos" To: "Eitan Adler" In-Reply-To: <48FB994A.1080704@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48FB994A.1080704@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: xclip dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2008 03:46:17 -0000 On Sun, Oct 19, 2008 at 6:32 PM, Eitan Adler wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Xclip currently depends on x11/xorg-libraries > > Here are the relevant includes > > #include > #include > #include > #include > #include > #include > #include > #include "xcdef.h" > #include "xcprint.h" > #include "xclib.h" > > Can the xclip Makefile be changed to only depend on specific libraries? It should be as simple as adding to the Makefile a line containing USE_XORG= x11 xmu Unfortunately it is not, due to the way the USE_IMAKE variable is interpreted (see bsd.port.mk). -- cd /usr/ports/sysutils/life make clean