Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2004 23:09:45 -0500
From:      Michael Johnson <ahze@ahze.net>
To:        freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org
Subject:   Re: ports/64027: [Maintainer] lang/pnet* -- add PORTDOCS and missing lib for X support.
Message-ID:  <C3D159F2-7248-11D8-9C2D-000A958C81C6@ahze.net>
In-Reply-To: <200403100400.i2A40Ztv030681@freefall.freebsd.org>
References:  <200403100400.i2A40Ztv030681@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
actually, I don't know what I was thinking about BUILD_DEPENDS vs. 
LIB_DEPENDS
in lang/pnet/Makefile for pnet uses X* libs and headers to compile

please change the following from my patch in lang/pnet/Makefile

.if !defined(NO_X)
-RUN_DEPENDS+=   ${X11BASE}/lib/libXext.so.6:${PORTSDIR}/x11/libXext
+LIB_DEPENDS+=   Xext.6:${PORTSDIR}/x11/libXext
.endif

and add the following to lang/pnet-base/Makefile

.if !defined(NO_X)
LIB_DEPENDS+=   Xext.6:${PORTSDIR}/x11/libXext
.endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C3D159F2-7248-11D8-9C2D-000A958C81C6>