diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-03 20:18:13 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-03 20:18:13 +0000 |
commit | b5d977c1267293179b1deaadf74303780d1dcc3d (patch) | |
tree | b85b6acba969d5f08821ca6523acc427c0e9ab20 /textproc/libpathan | |
parent | 0b822479b120df9aab7269907873dd7d9981eec3 (diff) | |
download | FreeBSD-ports-b5d977c1267293179b1deaadf74303780d1dcc3d.zip FreeBSD-ports-b5d977c1267293179b1deaadf74303780d1dcc3d.tar.gz |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'textproc/libpathan')
-rw-r--r-- | textproc/libpathan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libpathan/Makefile b/textproc/libpathan/Makefile index b611749..c0d9d6e 100644 --- a/textproc/libpathan/Makefile +++ b/textproc/libpathan/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/xerces-c2:extract USE_BISON= yes USE_GMAKE= yes USE_PERL5= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INSTALLS_SHLIB= yes XERCESCROOT= `cd ${PORTSDIR}/textproc/xerces-c2; ${MAKE} -V WRKSRC` |