diff options
author | cube <cube@pkgsrc.org> | 2008-10-03 02:02:47 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2008-10-03 02:02:47 +0000 |
commit | b325aa2c42a6e0ac9d95bdea620c1c789c986561 (patch) | |
tree | f7ab417d79e1381b7fe140132fc54806dc8945ef | |
parent | 2c2e29f52b36239464254735831d03ffaf118cde (diff) | |
download | pkgsrc-b325aa2c42a6e0ac9d95bdea620c1c789c986561.tar.gz |
libXres provides libXRes.so, and evidently not the library of the same name
as the package.
-rw-r--r-- | x11/libXres/builtin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXres/builtin.mk b/x11/libXres/builtin.mk index 361d16052ed..f03eca0528c 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" |