diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-03-24 20:59:17 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-03-24 20:59:17 +0000 |
commit | 2c577f8a041049feb0bad6cf7f6b632bd7d2e62c (patch) | |
tree | 7ad5167a9cbd76e6341d76926de0cda2e2aa16d5 /deskutils | |
parent | 64aa23f444f817a248df3aba8bcd2dd2bab472c0 (diff) | |
download | ports-2c577f8a041049feb0bad6cf7f6b632bd7d2e62c.tar.gz ports-2c577f8a041049feb0bad6cf7f6b632bd7d2e62c.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/multisync/Makefile | 4 |
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> |