new port: libtool: link: cannot find the library `'

Mathieu Prevot freebsd-ports at club-internet.fr
Sat Jan 27 08:38:37 UTC 2007


On Fri, Jan 26, 2007 at 12:37:35PM +0100, Tilman Linneweh wrote:
> 
> On Jan 26, 2007, at 10:03, Mathieu Prevot wrote:
> >libtool: link: cannot find the library `'
> 
> Try something like
> 
> pre-build:
> 	${RM} ${WRKSRC}/libtool
> 	${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool

Thanks for replying.
I tryed with the following Makefile, without success:

PORTNAME= kmess
PORTVERSION= 1.5pre1
CATEGORIES= net-im kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports at FreeBSD.org
COMMENT=  MSN Messenger Client for KDE3

#EXTRA_PATCHES=  ${.CURDIR}/../../x11/kde3/files/extrapatch-configure

USE_KDELIBS_VER=3
USE_AUTOTOOLS=  libtool:15
USE_GMAKE=  yes

pre-build:
  ${RM} ${WRKSRC}/libtool
	${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool

post-patch:
  @${TOUCH} ${WRKSRC}/config.h.in

.include <bsd.port.mk>



More information about the freebsd-ports mailing list