diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-01 03:00:51 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-01 03:00:51 +0800 |
commit | 848c1941ffe35c420da63f227e934eab62f8e2e8 (patch) | |
tree | d8a75254cdcaa6af4ba36fac291c32daeb7fd903 /devel/mingw-binutils | |
parent | 9c7ab7db710a8a1025835cedb86a9ce388a28ab6 (diff) | |
download | freebsd-ports-gnome-848c1941ffe35c420da63f227e934eab62f8e2e8.tar.gz freebsd-ports-gnome-848c1941ffe35c420da63f227e934eab62f8e2e8.tar.zst freebsd-ports-gnome-848c1941ffe35c420da63f227e934eab62f8e2e8.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'devel/mingw-binutils')
-rw-r--r-- | devel/mingw-binutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/mingw-binutils/Makefile b/devel/mingw-binutils/Makefile index 8e1a8518785c..fe7160a14095 100644 --- a/devel/mingw-binutils/Makefile +++ b/devel/mingw-binutils/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-20011113 USE_GETTEXT= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 CONFIGURE_ARGS= --target=i386-mingw32msvc MAN1= i386-mingw32msvc-addr2line.1 \ |