diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 01:12:51 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 01:12:51 +0800 |
commit | 64186dbb7c798d759f09f85b088edf5765605aa5 (patch) | |
tree | 56c7d7570bfef240a3f1252e1408a6809a0d1edb /devel/ORBit2 | |
parent | f359ee78885faedfb9fd1259c36133038ac50245 (diff) | |
download | freebsd-ports-gnome-64186dbb7c798d759f09f85b088edf5765605aa5.tar.gz freebsd-ports-gnome-64186dbb7c798d759f09f85b088edf5765605aa5.tar.zst freebsd-ports-gnome-64186dbb7c798d759f09f85b088edf5765605aa5.zip |
Second round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'devel/ORBit2')
-rw-r--r-- | devel/ORBit2/Makefile | 1 | ||||
-rw-r--r-- | devel/ORBit2/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index 5cc80bbf3292..ab24eb1e7e19 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/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/ORBit2/pkg-plist b/devel/ORBit2/pkg-plist index 47794fbd30d0..49e2b21bf886 100644 --- a/devel/ORBit2/pkg-plist +++ b/devel/ORBit2/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 |