aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/multisync
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2004-03-25 04:59:17 +0800
committerade <ade@FreeBSD.org>2004-03-25 04:59:17 +0800
commitc2a0a734363509b1a403283fdd2076853dcae4e6 (patch)
treed22ea527e45e724b5f937af548f968cb503a6975 /deskutils/multisync
parent4fc7254d6e44d0da7992cdc6a559572d1ec454bc (diff)
downloadfreebsd-ports-gnome-c2a0a734363509b1a403283fdd2076853dcae4e6.tar.gz
freebsd-ports-gnome-c2a0a734363509b1a403283fdd2076853dcae4e6.tar.zst
freebsd-ports-gnome-c2a0a734363509b1a403283fdd2076853dcae4e6.zip
Convert all but one port that uses libtool14 to use libtool15, in readiness
for the destruction of devel/libtool14
Diffstat (limited to 'deskutils/multisync')
-rw-r--r--deskutils/multisync/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.mk>