diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gloox/Makefile | 1 | ||||
-rw-r--r-- | net-im/gloox/pkg-plist | 1 | ||||
-rw-r--r-- | net-im/libmsn/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile index ad16237b7613..ad06ded7dc70 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= iksemel.3:${PORTSDIR}/textproc/iksemel \ idn.16:${PORTSDIR}/dns/libidn \ gnutls.15:${PORTSDIR}/security/gnutls +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GNOME= gnomehack GNU_CONFIGURE= yes diff --git a/net-im/gloox/pkg-plist b/net-im/gloox/pkg-plist index 0c2bb886dbd8..453f258b0443 100644 --- a/net-im/gloox/pkg-plist +++ b/net-im/gloox/pkg-plist @@ -1,5 +1,6 @@ bin/gloox-config lib/libgloox.a +lib/libgloox.la lib/libgloox.so lib/libgloox.so.4 libdata/pkgconfig/gloox.pc diff --git a/net-im/libmsn/Makefile b/net-im/libmsn/Makefile index 45ee8dc98e38..69d20251f75b 100644 --- a/net-im/libmsn/Makefile +++ b/net-im/libmsn/Makefile @@ -19,6 +19,7 @@ COMMENT= A library for connecting to MSN Messenger service LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_LDCONFIG= yes |