diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 01:11:33 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 01:11:33 +0000 |
commit | e2f1a391066e99c8f7f9e88ba89d0e35e2b8b6b0 (patch) | |
tree | 644f09b8599478606b0b2308d5ddb42c8ca91fc6 /www/mnogosearch31 | |
parent | 1a5ed1100b2fbede0dc03b0642c7ef1b20393fcc (diff) | |
download | ports-e2f1a391066e99c8f7f9e88ba89d0e35e2b8b6b0.tar.gz ports-e2f1a391066e99c8f7f9e88ba89d0e35e2b8b6b0.zip |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained
by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes:
svn path=/head/; revision=170654
Diffstat (limited to 'www/mnogosearch31')
-rw-r--r-- | www/mnogosearch31/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index 794b86c40e30..8bf114920db9 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} MAN1= indexer.1 MAN5= indexer.conf.5 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GMAKE= yes APACHE_COMPAT= yes GNU_CONFIGURE= yes |