diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-02 20:28:41 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-02 20:28:41 +0000 |
commit | 392aa128b51ff968e6db11f38b7ba6f6d0dedd33 (patch) | |
tree | 539bd22aa3ba684b6facf9ee9560d8d0cdb7c812 /math/spar | |
parent | a210c68356ff0dded5c7b63ac4b2d501473a84e2 (diff) | |
download | ports-392aa128b51ff968e6db11f38b7ba6f6d0dedd33.tar.gz ports-392aa128b51ff968e6db11f38b7ba6f6d0dedd33.zip |
change the libtool version to use from 1.3 to 1.5
Notes
Notes:
svn path=/head/; revision=136688
Diffstat (limited to 'math/spar')
-rw-r--r-- | math/spar/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/math/spar/Makefile b/math/spar/Makefile index 84fd25edb93b..2be020fabb59 100644 --- a/math/spar/Makefile +++ b/math/spar/Makefile @@ -15,14 +15,17 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A modular math parser -USE_GETOPT_LONG= yes +USE_GETOPT_LONG=yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes MAN1= spar.1 post-patch: - @${REINPLACE_CMD} -e "s,-ldl,,g" ${WRKSRC}/lib/Makefile.in + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s,-ldl,,g" \ + ${WRKSRC}/lib/Makefile.in ${WRKSRC}/lib/module/Makefile.in .include <bsd.port.mk> |