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/libxslt | |
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/libxslt')
-rw-r--r-- | textproc/libxslt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 047e8e061626..8ec304a27f8e 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GNOME?= gnomehack gnometarget libxml2 CONFIGURE_ARGS?= --with-html-dir=${PREFIX}/share/doc \ --without-python |