summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcube <cube>2008-10-03 02:02:47 +0000
committercube <cube>2008-10-03 02:02:47 +0000
commit58729d786c8840508a8c3105dfa573efe3fe2f86 (patch)
treef7ab417d79e1381b7fe140132fc54806dc8945ef
parent26a1bd2faf4d1ad4ca9058267d38d00e4bd7676a (diff)
downloadpkgsrc-58729d786c8840508a8c3105dfa573efe3fe2f86.tar.gz
libXres provides libXRes.so, and evidently not the library of the same name
as the package.
-rw-r--r--x11/libXres/builtin.mk4
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"