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 /www | |
parent | d1e1e59912e7541e154a7b1817a40d2b6effb0bd (diff) |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
Notes
Notes:
svn path=/head/; revision=176403
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 7fc920d9c077..fb2aead48be0 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> |