ports/64027: [Maintainer] lang/pnet* -- add PORTDOCS and missing lib for X support.

Michael Johnson ahze at ahze.net
Wed Mar 10 04:10:15 UTC 2004


The following reply was made to PR ports/64027; it has been noted by GNATS.

From: Michael Johnson <ahze at ahze.net>
To: freebsd-ports-bugs at FreeBSD.org, FreeBSD-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: ports/64027: [Maintainer] lang/pnet* -- add PORTDOCS and missing lib for X support.
Date: Tue, 9 Mar 2004 23:09:45 -0500

 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
 



More information about the freebsd-ports-bugs mailing list