Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Oct 2008 01:46:15 -0200
From:      "Carlos A. M. dos Santos" <unixmania@gmail.com>
To:        "Eitan Adler" <eitanadlerlist@gmail.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: xclip dependencies
Message-ID:  <e71790db0810252046o65ee9639q170537b5fe43ccec@mail.gmail.com>
In-Reply-To: <48FB994A.1080704@gmail.com>
References:  <48FB994A.1080704@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 19, 2008 at 6:32 PM, Eitan Adler <eitanadlerlist@gmail.com> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Xclip currently depends on x11/xorg-libraries
>
> Here are the relevant includes
>
> #include <stdio.h>
> #include <stdlib.h>
> #include <unistd.h>
> #include <ctype.h>
> #include <X11/Xlib.h>
> #include <X11/Xatom.h>
> #include <X11/Xmu/Atoms.h>
> #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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e71790db0810252046o65ee9639q170537b5fe43ccec>