diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-06 01:13:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-06 01:13:28 +0000 |
commit | b54f61f42df39ebb62ac69ee16314b71127f0fca (patch) | |
tree | ca912c62e306c4617c741890b137250f5ec0afe5 /net-im/libicq2000 | |
parent | port for audio/discid (diff) |
Added INSTALLS_SHLIB to Makefile. Informed maintainer.
Notes
Notes:
svn path=/head/; revision=78378
Diffstat (limited to 'net-im/libicq2000')
-rw-r--r-- | net-im/libicq2000/Makefile | 2 |
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> |