Skip site navigation (1)Skip section navigation (2)
Date:      28 Aug 2000 13:08:39 -0700
From:      asami@FreeBSD.org (Satoshi - Ports Wraith - Asami)
To:        "David E. O'Brien" <obrien@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/print/gv Makefile
Message-ID:  <vqcd7it408o.fsf@silvia.hip.berkeley.edu>
In-Reply-To: "David E. O'Brien"'s message of "Sat, 26 Aug 2000 21:18:34 -0700 (PDT)"
References:  <200008270418.VAA01308@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
 *   Look for proper version of Xaw3d, as this wasn't done when someone upgraded
 *   the Xaw3d port.

Oops, that would be me.  Sorry 'bout that.

However, hardcoding 7 isn't correct either, since it will now break
builds on an XFree86-3 system.  How about this?

Satoshi
-------
Index: /usr/ports/print/gv/Makefile
===================================================================
RCS file: /usr/cvs/ports/print/gv/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- /usr/ports/print/gv/Makefile	2000/08/27 04:18:33	1.28
+++ /usr/ports/print/gv/Makefile	2000/08/28 20:07:28
@@ -15,7 +15,7 @@
 
 MAINTAINER=	obrien@freebsd.org
 
-LIB_DEPENDS=	Xaw3d.7:${PORTSDIR}/x11-toolkits/Xaw3d
+LIB_DEPENDS=	Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
 
 USE_IMAKE=	yes
 MAN1=		gv.1


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




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