From owner-cvs-all Mon Aug 28 13: 8:50 2000 Delivered-To: cvs-all@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 58C6D37B440; Mon, 28 Aug 2000 13:08:45 -0700 (PDT) Received: from silvia.hip.berkeley.edu (sji-ca1-02.ix.netcom.com [209.109.232.2]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id QAA07070; Mon, 28 Aug 2000 16:08:42 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id NAA29877; Mon, 28 Aug 2000 13:08:41 -0700 (PDT) To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/print/gv Makefile References: <200008270418.VAA01308@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 28 Aug 2000 13:08:39 -0700 In-Reply-To: "David E. O'Brien"'s message of "Sat, 26 Aug 2000 21:18:34 -0700 (PDT)" Message-ID: Lines: 26 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * 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