diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-15 17:12:51 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-15 17:12:51 +0000 |
commit | 64186dbb7c798d759f09f85b088edf5765605aa5 (patch) | |
tree | 56c7d7570bfef240a3f1252e1408a6809a0d1edb /devel/ORBit | |
parent | f359ee78885faedfb9fd1259c36133038ac50245 (diff) | |
download | FreeBSD-ports-64186dbb7c798d759f09f85b088edf5765605aa5.zip FreeBSD-ports-64186dbb7c798d759f09f85b088edf5765605aa5.tar.gz |
Second round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'devel/ORBit')
-rw-r--r-- | devel/ORBit/Makefile | 1 | ||||
-rw-r--r-- | devel/ORBit/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index 5cc80bb..ab24eb1 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 diff --git a/devel/ORBit/pkg-plist b/devel/ORBit/pkg-plist index 47794fb..49e2b21b 100644 --- a/devel/ORBit/pkg-plist +++ b/devel/ORBit/pkg-plist @@ -90,8 +90,6 @@ lib/libORBitutil.so lib/libORBitutil.so.2 lib/libname-server.a lib/liborbit-c-backend.a -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B share/aclocal/ORBit.m4 share/aclocal/libIDL.m4 @dirrm include/IIOP |