Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 1999 05:31:17 -0500 (EST)
From:      Donn Miller <dmmiller@cvzoom.net>
To:        ports@freebsd.org
Subject:   Update of port of print/gv
Message-ID:  <Pine.BSF.4.20.9911100528290.10419-100000@lcm202.cvzoom.net>

next in thread | raw e-mail | index | archive | help
The port of `gv' /usr/ports/print/gv in -current has a minor glitch.  Line
18 of the Makefile should say:

LIB_DEPENDS=    Xaw3d.7:${PORTSDIR}/x11-toolkits/Xaw3d

Previously, this line read:

LIB_DEPENDS=    Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d

It's because no port of Xaw3d was installed in my system, and it proceeded
to install Xaw3d.so.7 instead of Xaw3d.so.6, causing the build of gv to
fail.

- Donn



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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