From c2a0a734363509b1a403283fdd2076853dcae4e6 Mon Sep 17 00:00:00 2001 From: ade Date: Wed, 24 Mar 2004 20:59:17 +0000 Subject: Convert all but one port that uses libtool14 to use libtool15, in readiness for the destruction of devel/libtool14 --- deskutils/multisync/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deskutils') diff --git a/deskutils/multisync/Makefile b/deskutils/multisync/Makefile index 13af47f90ea0..366dae6e34ea 100644 --- a/deskutils/multisync/Makefile +++ b/deskutils/multisync/Makefile @@ -22,7 +22,7 @@ WRKSRCMASTER= ${WRKDIR}/multisync-${PORTVERSION} USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_GMAKE= yes -USE_LIBTOOL_VER= 14 +USE_LIBTOOL_VER=15 USE_X_PREFIX= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" @@ -38,6 +38,6 @@ post-patch: 's|-lpthread||' post-configure: - ${CP} ${LOCALBASE}/bin/libtool14 ${WRKSRC}/libtool + ${CP} ${LIBTOOL} ${WRKSRC}/libtool .include -- cgit