diff options
Diffstat (limited to 'devel/tcl-trf/Makefile')
-rw-r--r-- | devel/tcl-trf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/tcl-trf/Makefile b/devel/tcl-trf/Makefile index 7aa6b2e25395..f8b06a5aaad8 100644 --- a/devel/tcl-trf/Makefile +++ b/devel/tcl-trf/Makefile @@ -67,4 +67,5 @@ post-install: SHLIB_NAME= libTrf2.so.1 SHLIB_LINK= ${SHLIB_NAME:C/\.so\..*/.so/} -PLIST_SUB+= SHLIB_NAME=${SHLIB_NAME} SHLIB_LINK=${SHLIB_LINK} +PLIST_SUB+= SHLIB_NAME=${SHLIB_NAME} SHLIB_LINK=${SHLIB_LINK} \ + TCL_DVER=${TCL_VER:C/\.//} |