Skip to content

Commit

Permalink
net/yaz: unbreak build with tcl!=8.6 (+)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fluffykhv committed Nov 19, 2021
1 parent 3ac2ee3 commit c6a201f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/yaz/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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,' \
Expand Down

0 comments on commit c6a201f

Please sign in to comment.