diff options
author | mezz <mezz@FreeBSD.org> | 2006-11-05 11:59:12 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-11-05 11:59:12 +0800 |
commit | c446138356c74ab582ce56933843a93f5a1747a3 (patch) | |
tree | eb3f948c7bd82a7a936013ec46495c9a3434f179 /textproc/libxml2/Makefile | |
parent | 07ddfcda099aca0285d42ddedc340103f183d93c (diff) | |
download | freebsd-ports-gnome-c446138356c74ab582ce56933843a93f5a1747a3.tar.gz freebsd-ports-gnome-c446138356c74ab582ce56933843a93f5a1747a3.tar.zst freebsd-ports-gnome-c446138356c74ab582ce56933843a93f5a1747a3.zip |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r-- | textproc/libxml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 459c465dbb9f..22baf9722900 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -30,7 +30,7 @@ USE_GMAKE= yes USE_ICONV= yes GNU_CONFIGURE= yes USE_GNOME?= gnomehack gnometarget pkgconfig -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ARGS?= --with-iconv=${LOCALBASE} \ --with-html-dir=${PREFIX}/share/doc \ --with-html-subdir=${PORTNAME} \ |