diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-15 09:11:33 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-15 09:11:33 +0800 |
commit | 61963c7242aeca4bb45d74fd414ea67332f2b8bb (patch) | |
tree | 30dff172a9d1695f94dacdc248ac3f19b13f222b /www/harvest | |
parent | 5f20b47c7dd262e954ca2f226ca72e44b94e69ca (diff) | |
download | freebsd-ports-graphics-61963c7242aeca4bb45d74fd414ea67332f2b8bb.tar.gz freebsd-ports-graphics-61963c7242aeca4bb45d74fd414ea67332f2b8bb.tar.zst freebsd-ports-graphics-61963c7242aeca4bb45d74fd414ea67332f2b8bb.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>
Diffstat (limited to 'www/harvest')
-rw-r--r-- | www/harvest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/harvest/Makefile b/www/harvest/Makefile index 5d990dd710c..65399b563ad 100644 --- a/www/harvest/Makefile +++ b/www/harvest/Makefile @@ -17,7 +17,7 @@ COMMENT= Collect information from all over the Internet USE_BZIP2= yes USE_PERL5= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes NO_MTREE= yes CONFIGURE_ARGS?= --prefix=${PREFIX}/${PORTNAME} --without-wish |