diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-08-31 04:40:36 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-08-31 04:40:36 +0000 |
commit | af45108c6ef4f4843a6bd134c0581d6d20aa3a56 (patch) | |
tree | dec1fba94502bdc5e88f34dbb26918d409cdbefc /x11-toolkits/lesstif | |
parent | 62dd3b493aed5817c2d14b9cf9aa636568d7886a (diff) |
Notes
Diffstat (limited to 'x11-toolkits/lesstif')
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 6502b2a17598..e46b0ccf3678 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -21,7 +21,9 @@ CONFLICTS?= open-motif-* USE_BZIP2= yes USE_AUTOTOOLS= automake:19:env autoconf:259 libtool:15 USE_X_PREFIX= yes -USE_LDCONFIG= yes +# broken ... +#USE_LDCONFIG= yes +INSTALLS_SHLIB= yes LIBTOOLFILES= aclocal.m4 test/aclocal.m4 CONFIGURE_ARGS+= --enable-static --enable-shared --enable-production CONFIGURE_ARGS+= --disable-maintainer-mode |