diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 16:41:49 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 16:41:49 +0000 |
commit | fbecb83eab5b750ec753a5057acd61a0b8c65670 (patch) | |
tree | 5c5c1b3566c6c4d53512709cc8318e97511a574b /biology/libgenome | |
parent | 63047f94b31d3faa2f500d0c019666f791797adb (diff) | |
download | ports-fbecb83eab5b750ec753a5057acd61a0b8c65670.tar.gz ports-fbecb83eab5b750ec753a5057acd61a0b8c65670.zip |
change the libtool version to use from 1.3 to 1.5
Notes
Notes:
svn path=/head/; revision=136537
Diffstat (limited to 'biology/libgenome')
-rw-r--r-- | biology/libgenome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/libgenome/Makefile b/biology/libgenome/Makefile index b6f3ffa28cf5..d621343d651d 100644 --- a/biology/libgenome/Makefile +++ b/biology/libgenome/Makefile @@ -17,7 +17,7 @@ COMMENT= Toolkit for developing bioinformatic related software in C++ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes |