diff options
author | mezz <mezz@FreeBSD.org> | 2006-11-05 03:59:12 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-11-05 03:59:12 +0000 |
commit | c446138356c74ab582ce56933843a93f5a1747a3 (patch) | |
tree | eb3f948c7bd82a7a936013ec46495c9a3434f179 /www | |
parent | 07ddfcda099aca0285d42ddedc340103f183d93c (diff) | |
download | FreeBSD-ports-c446138356c74ab582ce56933843a93f5a1747a3.zip FreeBSD-ports-c446138356c74ab582ce56933843a93f5a1747a3.tar.gz |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
Diffstat (limited to 'www')
-rw-r--r-- | www/libghttp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile index 7fc920d..fb2aead 100644 --- a/www/libghttp/Makefile +++ b/www/libghttp/Makefile @@ -16,6 +16,6 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME http client library GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.mk> |