diff options
Diffstat (limited to 'cad/netgen-lvs/Makefile')
-rw-r--r-- | cad/netgen-lvs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/netgen-lvs/Makefile b/cad/netgen-lvs/Makefile index c14eb2d141a8..793b872b0cfb 100644 --- a/cad/netgen-lvs/Makefile +++ b/cad/netgen-lvs/Makefile @@ -23,6 +23,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= HAVE_PYTHON3=yes CONFIGURE_ARGS= --with-interpreter=tcl --with-tcl=${LOCALBASE}/lib/tcl8.6 --with-tk=${LOCALBASE}/lib/tk8.6 --with-x +CONFLICTS_INSTALL= netgen # bin/netgen + post-patch: @${REINPLACE_CMD} -e 's|^#!/bin/env python3$$|#!${PYTHON_CMD}|' \ ${WRKSRC}/python/*.py \ |