diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 01:04:55 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 01:04:55 +0000 |
commit | c54010f43433d6a46ee3d2484b4d98dbcecb24c0 (patch) | |
tree | c200c20995b53ca07f9f89992ecdeaf583596751 /textproc/latte | |
parent | - s,INSTALLS_SHLIB,USE_LDCONFIG,g (diff) |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes:
svn path=/head/; revision=170652
Diffstat (limited to 'textproc/latte')
-rw-r--r-- | textproc/latte/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile index 1326b7e24592..08682e2e996e 100644 --- a/textproc/latte/Makefile +++ b/textproc/latte/Makefile @@ -22,7 +22,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-shared MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes INFO= latte liblatte |