diff options
Diffstat (limited to 'math/libneural/Makefile')
-rw-r--r-- | math/libneural/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/math/libneural/Makefile b/math/libneural/Makefile index 13a688f..b908b9d 100644 --- a/math/libneural/Makefile +++ b/math/libneural/Makefile @@ -13,7 +13,12 @@ MASTER_SITES= http://ieee.uow.edu.au/documents/contrib/ MAINTAINER= ports@FreeBSD.org COMMENT= C++ implementation of the classic 3-layer perceptron in library form -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure .include <bsd.port.mk> |