summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/fontconfig/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fontconfig/Makefile.bsd-wrapper b/lib/fontconfig/Makefile.bsd-wrapper
index c9c053b75..90e915ebd 100644
--- a/lib/fontconfig/Makefile.bsd-wrapper
+++ b/lib/fontconfig/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2010/03/25 21:45:57 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2012/01/26 08:09:21 matthieu Exp $
SHARED_LIBS= fontconfig 7.0
@@ -9,6 +9,6 @@ CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \
--with-add-fonts=/usr/local/lib/X11/fonts
realinstall:
- exec ${MAKE} RUN_FC_CACHE_TEST=false install
+ exec ${MAKE} RUN_FC_CACHE_TEST=false ${_lt_libs} install
.include <bsd.xorg.mk>