diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:12:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:12:51 +0000 |
commit | 5cb14340042a107ee5ad92616d23d4d9551eb878 (patch) | |
tree | 627c8eec76ffb450072bffd91d2a746e8d206c3d /devel/ORBit/Makefile | |
parent | First round of INSTALL_SHLIB fixes. (diff) |
Second round of INSTALL_SHLIBS=yes fixes.
Notes
Notes:
svn path=/head/; revision=29614
Diffstat (limited to 'devel/ORBit/Makefile')
-rw-r--r-- | devel/ORBit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index 5cc80bbf3292..ab24eb1e7e19 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -20,6 +20,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_GMAKE= yes USE_LIBTOOL= yes +INSTALL_SHLIBS= yes LIBTOOLFILES= configure libIDL/configure popt/configure CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" CONFIGURE_ARGS= --disable-indent |