From dad7a260aa138369325162b2cc003fbaf0bfa994 Mon Sep 17 00:00:00 2001 From: cube Date: Fri, 3 Oct 2008 02:02:47 +0000 Subject: [PATCH] libXres provides libXRes.so, and evidently not the library of the same name as the package. --- x11/libXres/builtin.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/libXres/builtin.mk b/x11/libXres/builtin.mk index 361d16052ed7a..f03eca0528cca 100644 --- a/x11/libXres/builtin.mk +++ b/x11/libXres/builtin.mk @@ -1,8 +1,8 @@ -# $NetBSD: builtin.mk,v 1.1.2.2 2008/09/26 21:15:19 cube Exp $ +# $NetBSD: builtin.mk,v 1.1.2.3 2008/10/03 02:02:47 cube Exp $ BUILTIN_PKG:= libXres PKGCONFIG_FILE.libXres= ${X11BASE}/lib/pkgconfig/xres.pc \ - ${X11BASE}/lib/libXres.so + ${X11BASE}/lib/libXRes.so .include "../../mk/buildlink3/pkgconfig-builtin.mk" .include "../../mk/x11.builtin.mk"