diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:59:12 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:59:12 +0000 |
commit | 31ad592f90e818f64b067aaa86f01c660a06153d (patch) | |
tree | 9164b8e7e41885f711dc43ca3bd1e112cbd34718 /textproc/libxml | |
parent | d1e1e59912e7541e154a7b1817a40d2b6effb0bd (diff) |
Notes
Diffstat (limited to 'textproc/libxml')
-rw-r--r-- | textproc/libxml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 831845e86187..8cbfae9487c4 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -18,7 +18,7 @@ COMMENT= XML parser library for GNOME USE_GMAKE= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes pre-patch: @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ |