diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
commit | 9151f3de49e078e4c11ca2cb75df9214570190db (patch) | |
tree | 1e5290647edb4803ae78750cffd54a3dba48f512 /net/libicq | |
parent | 6fc5471b6bce45b2f23ce2e21d1abd1fde62ae48 (diff) | |
download | FreeBSD-ports-9151f3de49e078e4c11ca2cb75df9214570190db.zip FreeBSD-ports-9151f3de49e078e4c11ca2cb75df9214570190db.tar.gz |
Fourth round of INSTALLS_SHLIBS conversion.
Diffstat (limited to 'net/libicq')
-rw-r--r-- | net/libicq/Makefile | 1 | ||||
-rw-r--r-- | net/libicq/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/net/libicq/Makefile b/net/libicq/Makefile index 8e6d1b5..3312cdf 100644 --- a/net/libicq/Makefile +++ b/net/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/libicq/pkg-plist b/net/libicq/pkg-plist index c717b5f..c5b2f94 100644 --- a/net/libicq/pkg-plist +++ b/net/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 |