aboutsummaryrefslogtreecommitdiff
path: root/net/yaz
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2021-11-19 21:46:05 +0000
committerDima Panov <fluffy@FreeBSD.org>2021-11-19 21:46:05 +0000
commitc6a201f65ecce2c32446db8ff6b1bb1de1b558d6 (patch)
treeecde5b58ed5d45bbcefa14bee36a0376d7ec6194 /net/yaz
parent3ac2ee325a973b49d3b509eb24427ff241e86309 (diff)
downloadports-c6a201f65ecce2c32446db8ff6b1bb1de1b558d6.tar.gz
ports-c6a201f65ecce2c32446db8ff6b1bb1de1b558d6.zip
net/yaz: unbreak build with tcl!=8.6 (+)
Replace hardcoded tcl version with corresponding macro from Uses/tcl.mk Pointyhat to: nc Approved by: portmgr blanket (trivial fix build) Sponsored by: Netzkommune GmbH
Diffstat (limited to 'net/yaz')
-rw-r--r--net/yaz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile
index 5d111b32064f..8c6d3dbc7b53 100644
--- a/net/yaz/Makefile
+++ b/net/yaz/Makefile
@@ -41,7 +41,7 @@ REDIS_CONFIGURE_WITH= redis
REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis
post-patch:
- @${REINPLACE_CMD} 's|tclsh |tclsh8.6 |' ${WRKSRC}/configure
+ @${REINPLACE_CMD} 's|tclsh |tclsh${TCL_VER} |' ${WRKSRC}/configure
post-configure:
@${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${PREFIX}/man,' \