diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-01 19:56:04 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-01 19:56:04 +0000 |
commit | 7f44153281a28abf9f54db4292179516460951dc (patch) | |
tree | f0cbd198d34668e8d3997d4c3f820de3e33aa98c /graphics/libmorph | |
parent | e2293488c055bab7429297300cdf427d65e13e8a (diff) | |
download | freebsd-ports-7f44153281a28abf9f54db4292179516460951dc.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'graphics/libmorph')
-rw-r--r-- | graphics/libmorph/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/libmorph/Makefile b/graphics/libmorph/Makefile index f3785936b40d..19c58b7f9ce5 100644 --- a/graphics/libmorph/Makefile +++ b/graphics/libmorph/Makefile @@ -15,7 +15,12 @@ COMMENT= A library for loading (and saving) 3d modeller object files CONFLICTS= xmorph* -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 +USE_REINPLACE= yes INSTALLS_SHLIB= yes +post-patch: + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure + .include <bsd.port.mk> |