diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
commit | 9151f3de49e078e4c11ca2cb75df9214570190db (patch) | |
tree | 1e5290647edb4803ae78750cffd54a3dba48f512 /net-im | |
parent | 6fc5471b6bce45b2f23ce2e21d1abd1fde62ae48 (diff) | |
download | freebsd-ports-graphics-9151f3de49e078e4c11ca2cb75df9214570190db.tar.gz freebsd-ports-graphics-9151f3de49e078e4c11ca2cb75df9214570190db.tar.zst freebsd-ports-graphics-9151f3de49e078e4c11ca2cb75df9214570190db.zip |
Fourth round of INSTALLS_SHLIBS conversion.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libicq/Makefile | 1 | ||||
-rw-r--r-- | net-im/libicq/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/net-im/libicq/Makefile b/net-im/libicq/Makefile index 8e6d1b54810..3312cdf5b08 100644 --- a/net-im/libicq/Makefile +++ b/net-im/libicq/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" .include <bsd.port.mk> diff --git a/net-im/libicq/pkg-plist b/net-im/libicq/pkg-plist index c717b5fc0c3..c5b2f94bc6b 100644 --- a/net-im/libicq/pkg-plist +++ b/net-im/libicq/pkg-plist @@ -2,5 +2,3 @@ include/libicq.h lib/libicq.a lib/libicq.so lib/libicq.so.0.3 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |