diff options
Diffstat (limited to 'textproc/eruby/Makefile')
-rw-r--r-- | textproc/eruby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile index 2511875..777520e 100644 --- a/textproc/eruby/Makefile +++ b/textproc/eruby/Makefile @@ -18,7 +18,7 @@ USE_RUBY= yes CONFIGURE_ARGS= --enable-shared --with-charset="${DEFAULT_CHARSET}" INSTALL_TARGET= site-install -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes DEFAULT_CHARSET?= ISO-8859-1 |