diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-01-28 09:07:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-01-28 09:07:47 +0000 |
commit | 89a0b31acd9083a2eb8835a17c5d98c775908c34 (patch) | |
tree | eada1f039182dde7633eb80f55ed5ae086ade13d /net-p2p/dclib | |
parent | update to 0.9.6.0 (diff) |
Use libtool port instead of included one to avoid objformat a.out botch
Diffstat (limited to 'net-p2p/dclib')
-rw-r--r-- | net-p2p/dclib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile index 43cf8c8d3197..85e19c4ecbb3 100644 --- a/net-p2p/dclib/Makefile +++ b/net-p2p/dclib/Makefile @@ -18,6 +18,7 @@ COMMENT= Direct connect interface library for dcgui LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ xml2.5:${PORTSDIR}/textproc/libxml2 +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes GNU_CONFIGURE= yes USE_OPENSSL= yes |