diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
commit | ae994c8ea8a59644c1a1406b0b6547826bc12791 (patch) | |
tree | 396acb34b10ac8f349be827c6eb833e0fd68cdff /net-im | |
parent | 2c5b5e25ddd43be1ce0fe90095ab5746c431b5b4 (diff) | |
download | ports-ae994c8ea8a59644c1a1406b0b6547826bc12791.tar.gz ports-ae994c8ea8a59644c1a1406b0b6547826bc12791.zip |
Notes
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 |