aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-06 01:13:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-06 01:13:28 +0000
commitb54f61f42df39ebb62ac69ee16314b71127f0fca (patch)
treeca912c62e306c4617c741890b137250f5ec0afe5 /net-im
parent632f5e970912acd7e8554636b56767e9b6bcdef8 (diff)
downloadports-b54f61f42df39ebb62ac69ee16314b71127f0fca.tar.gz
ports-b54f61f42df39ebb62ac69ee16314b71127f0fca.zip
Added INSTALLS_SHLIB to Makefile. Informed maintainer.
Notes
Notes: svn path=/head/; revision=78378
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libicq2000/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/libicq2000/Makefile b/net-im/libicq2000/Makefile
index 54d712e08d66..134e86083f2b 100644
--- a/net-im/libicq2000/Makefile
+++ b/net-im/libicq2000/Makefile
@@ -19,6 +19,7 @@ LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++
USE_LIBTOOL= yes
USE_REINPLACE= yes
+INSTALLS_SHLIB= yes
MAN1= libicq2000-config.1
@@ -44,4 +45,5 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
+
.include <bsd.port.mk>