Use libtool port instead of included one to avoid objformat a.out botch

This commit is contained in:
Kris Kennaway 2007-01-27 08:16:35 +00:00
parent c84aed5488
commit 9fb4929299
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183392
5 changed files with 6 additions and 1 deletions

View File

@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A library required by kicq (not libicq)
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes

View File

@ -18,7 +18,7 @@ COMMENT= An OpenFT, Gnutella and FastTrack p2p network client
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis
USE_AUTOTOOLS= libltdl:15
USE_AUTOTOOLS= libltdl:15 libtool:15
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes

View File

@ -28,9 +28,11 @@ include/libgift/stopwatch.h
include/libgift/strobj.h
include/libgift/tcpc.h
include/libgift/tree.h
lib/libgift.a
lib/libgift.la
lib/libgift.so
lib/libgift.so.0
lib/libgiftproto.a
lib/libgiftproto.la
lib/libgiftproto.so
lib/libgiftproto.so.0

View File

@ -15,6 +15,7 @@ MASTER_SITES= http://thalassocracy.org/libfreenet/
MAINTAINER= ports@FreeBSD.org
COMMENT= Freenet library written in C
USE_AUTOTOOLS= libtool:15
USE_OPENSSL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes

View File

@ -24,6 +24,7 @@ CONFLICTS= openbgpd-[0-9]* zebra-0*
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_PERL5_BUILD= yes